mirror of
https://github.com/turuslan/HackTimer
synced 2024-11-21 15:10:11 +00:00
29 lines
647 B
JSON
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"
|
|
}
|