15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"name": "visibilityjs",
|
|
"version": "1.2.3",
|
|
"homepage": "https://github.com/ai/visibilityjs",
|
|
"authors": ["Andrey A.I. Sitnik <andrey@sitnik.ru>"],
|
|
"description": "Wrapper for the Page Visibility API",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": [
|
|
"index.js",
|
|
"lib/visibility.core.js",
|
|
"lib/visibility.timers.js"
|
|
]
|
|
}
|