forked from serkanyersen/ifvisible.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ifvisible.js",
"version": "1.0.6",
"description": "Crossbrowser & lightweight way to check if user is looking at the page or interacting with it. (wrapper around HTML5 visibility api)",
"main": "src/ifvisible.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"start": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/serkanyersen/ifvisible.js.git"
},
"typescript": {
"definition": "ifvisible.d.ts"
},
"keywords": [
"visibility",
"HTML5",
"cross",
"browser",
"api",
"UI",
"idle",
"status",
"mousemove",
"reading",
"mode",
"tab",
"change"
],
"author": "Serkan Yersen <serkanyersen@gmail.com> (http://serkan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/serkanyersen/ifvisible.js/issues"
},
"homepage": "https://github.com/serkanyersen/ifvisible.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco": "^0.3.3"
}
}