mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-13 15:28:01 -05:00
30 lines
608 B
JSON
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"
|
|
}
|
|
}
|