mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-14 15:57:59 -05:00
25 lines
624 B
JSON
25 lines
624 B
JSON
{
|
|
"name": "visibilityjs",
|
|
"version": "1.2.2",
|
|
"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.10.0",
|
|
"sinon-chai": "2.8.0",
|
|
"uglify-js": "2.4.12",
|
|
"fs-extra": "0.26.5",
|
|
"sinon": "1.17.3",
|
|
"mocha": "2.4.5",
|
|
"chai": "3.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
}
|
|
}
|