mirror of
https://github.com/ai/visibilityjs.git
synced 2026-01-14 07:47:57 -05:00
24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"name": "visibilityjs",
|
|
"version": "1.1.0",
|
|
"homepage": "https://github.com/ai/visibility.js",
|
|
"authors": [
|
|
{
|
|
"name": "Andrey A.I. Sitnik",
|
|
"email": "<andrey@sitnik.ru>"
|
|
}
|
|
],
|
|
"description": "Wrapper for the Page Visibility API",
|
|
"license": "MIT",
|
|
"main": [
|
|
"lib/visibility.core.js",
|
|
"lib/visibility.timers.js"
|
|
],
|
|
"ignore": [
|
|
"package.json",
|
|
"Cakefile",
|
|
"gem",
|
|
"test"
|
|
]
|
|
}
|