idle.ts
Version:
Indicates whether the user is active or idle
32 lines (31 loc) • 714 B
JSON
{
"name": "idle.ts",
"version": "1.0.3",
"description": "Indicates whether the user is active or idle",
"main": "idle.js",
"scripts": {
"test": "echo \"Add jasmine test file to your site and run tests from browser\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dropbox/idle.ts.git"
},
"keywords": [
"idle",
"active",
"afk",
"typescript",
"session",
"expires"
],
"author": "Alon Kiriati",
"license": "ISC",
"bugs": {
"url": "https://github.com/dropbox/idle.ts/issues"
},
"homepage": "https://github.com/dropbox/idle.ts#readme",
"devDependencies": {
"@types/jasmine": "^2.5.47",
"jasmine": "^2.6.0"
}
}