mirror of
https://github.com/turuslan/HackTimer
synced 2024-11-21 23:19:11 +00:00
27 lines
492 B
JSON
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"
|
|
}
|