mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-13 15:28:01 -05:00
28 lines
590 B
JSON
28 lines
590 B
JSON
{
|
|
"name": "visibilityjs",
|
|
"version": "1.2.8",
|
|
"description": "Wrapper for the Page Visibility API",
|
|
"keywords": [
|
|
"page visibility api",
|
|
"visibility",
|
|
"polyfill",
|
|
"timer"
|
|
],
|
|
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
|
"license": "MIT",
|
|
"repository": "ai/visibilityjs",
|
|
"devDependencies": {
|
|
"chai": "4.1.2",
|
|
"coffeescript": "^2.3.0",
|
|
"fs-extra": "6.0.1",
|
|
"mocha": "5.2.0",
|
|
"sinon": "^5.0.7",
|
|
"sinon-chai": "3.0.0",
|
|
"size-limit": "^0.18.1",
|
|
"uglify-js": "^3.3.26"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha && size-limit"
|
|
}
|
|
}
|