HackTimer/bower.json

27 lines
492 B
JSON
Raw Permalink Normal View History

2015-09-26 19:56:21 +00:00
{
"name": "HackTimer",
"main": "HackTimer.js",
"version": "1.1.0",
2015-09-26 19:56:21 +00:00
"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"
}