Files
visibilityjs/package.json
2018-05-22 02:53:26 +03:00

25 lines
507 B
JSON

{
"name": "visibilityjs",
"version": "2.0.0",
"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": "^5.0.7",
"sinon-chai": "3.0.0",
"size-limit": "^0.18.1"
},
"scripts": {
"test": "mocha && size-limit"
}
}