idle-timer
Version:
Checks if a user is idle for a configurable amount of time and fires a callback
31 lines (30 loc) • 731 B
JSON
{
"name": "idle-timer",
"version": "1.2.0",
"description": "Checks if a user is idle for a configurable amount of time and fires a callback",
"main": "index.js",
"scripts": {
"test": "browserify test.js | testron | faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micnews/idle-timer.git"
},
"keywords": [
"idle",
"timer"
],
"author": "mic.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/micnews/idle-timer/issues"
},
"homepage": "https://github.com/micnews/idle-timer#readme",
"devDependencies": {
"browserify": "^13.0.0",
"electron-prebuilt": "^0.36.7",
"faucet": "0.0.1",
"tape": "^4.4.0",
"testron": "^1.2.0"
}
}