Files
visibilityjs/package.json
2017-10-12 00:35:15 +03:00

30 lines
608 B
JSON

{
"name": "visibilityjs",
"version": "1.2.5",
"description": "Wrapper for the Page Visibility API",
"keywords": [
"page visibility api",
"visibility",
"polyfill",
"timer"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ai/visibilityjs.git"
},
"devDependencies": {
"chai": "3.5.0",
"coffee-script": "^1.12.7",
"fs-extra": "0.30.0",
"mocha": "3.0.2",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"uglify-js": "^3.1.3"
},
"scripts": {
"test": "mocha"
}
}