Files
visibilityjs/package.json
2018-08-30 21:09:58 +03:00

25 lines
507 B
JSON

{
"name": "visibilityjs",
"version": "2.0.2",
"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",
"mocha": "5.2.0",
"sinon": "^6.0.0",
"sinon-chai": "3.1.0",
"size-limit": "^0.18.2"
},
"scripts": {
"test": "mocha && size-limit"
}
}