HackTimer/bower.json
2016-01-20 21:03:52 +03:00

27 lines
492 B
JSON

{
"name": "HackTimer",
"main": "HackTimer.js",
"version": "1.1.0",
"homepage": "https://github.com/turuslan/HackTimer",
"authors": [
"turuslan <turuslan.devbox@gmail.com>"
],
"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"
}