mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-14 07:47:57 -05:00
25 lines
622 B
JSON
25 lines
622 B
JSON
{
|
|
"name": "visibilityjs",
|
|
"version": "1.2.0",
|
|
"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"
|
|
}
|
|
}
|