mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-13 23:38:14 -05:00
34 lines
676 B
JSON
34 lines
676 B
JSON
{
|
|
"name": "visibilityjs",
|
|
"version": "1.2.7",
|
|
"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",
|
|
"coffee-script": "^1.12.7",
|
|
"fs-extra": "5.0.0",
|
|
"mocha": "5.0.1",
|
|
"sinon": "4.4.2",
|
|
"sinon-chai": "2.14.0",
|
|
"size-limit": "^0.15.1",
|
|
"uglify-js": "^3.3.12"
|
|
},
|
|
"size-limit": [
|
|
{
|
|
"path": "index.js",
|
|
"limit": "780 B"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "mocha && size-limit"
|
|
}
|
|
}
|