HackTimer/package.json
2017-05-28 17:04:20 +02:00

29 lines
647 B
JSON

{
"name": "hacktimer",
"version": "1.1.3",
"description": "Avoid timers throttling by browser when tab is inactive",
"main": "HackTimer.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ctubio/HackTimer.git"
},
"keywords": [
"suspend",
"slow",
"throttle",
"timer",
"interval",
"timeout",
"browser",
"chrome",
"background",
"inactive"
],
"author": "turuslan <turuslan.devbox@gmail.com> (http://github.com/turuslan/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ctubio/HackTimer/issues"
},
"homepage": "https://github.com/ctubio/HackTimer"
}