forked from nzakas/yui-misc
-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathidle-timer.jquery.json
44 lines (44 loc) · 1.05 KB
/
idle-timer.jquery.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
{
"name": "idle-timer",
"title": "Idle Timer",
"description": "provides you a way to monitor user activity with a page.",
"version": "1.1.1",
"homepage": "https://github.com/thorst/jquery-idletimer",
"author": {
"name": "Paul Irish",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Mike Sherov",
"email": "[email protected]"
},
{
"name": "Todd Horst",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/thorst/jquery-idletimer.git"
},
"bugs": "https://github.com/thorst/jquery-idletimer/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/thorst/jquery-idletimer/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": "1.7"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"keywords": []
}