Skip to content

Commit

Permalink
Added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
turuslan committed Sep 26, 2015
1 parent 3995a61 commit 0a7a56c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "HackTimer",
"main": "HackTimer.js",
"version": "1.0.0",
"homepage": "https://github.com/turuslan/HackTimer",
"authors": [
"turuslan <[email protected]>"
],
"description": "Avoid timers throttling by browser when tab is inactive",
"moduleType": [
"node"
],
"keywords": [
"suspend",
"slow",
"throttle",
"timer",
"interval",
"timeout",
"browser",
"chrome",
"background",
"inactive"
],
"license": "MIT"
}

0 comments on commit 0a7a56c

Please sign in to comment.