mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-11 14:28:09 -05:00
25 lines
507 B
JSON
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"
|
|
}
|
|
}
|