Files
visibilityjs/package.json
2014-03-11 00:45:00 +04:00

25 lines
622 B
JSON

{
"name": "visibilityjs",
"version": "1.2.1",
"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": {
"coffee-script": "1.7.1",
"sinon-chai": "2.5.0",
"uglify-js": "2.4.12",
"fs-extra": "0.8.1",
"sinon": "1.8.2",
"mocha": "1.17.1",
"chai": "1.9.0"
},
"scripts": {
"test": "mocha"
}
}