forked from henriqueboaventura/jquery.idle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 743 Bytes
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
{
"name": "jquery.idle",
"version": "1.3.0",
"description": "A dead simple jQuery plugin that executes a callback function if the user is idle.",
"main": "jquery.idle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kidh0/jquery.idle.git"
},
"peerDependencies": {
"jquery": "^3"
},
"keywords": [
"idle",
"detection",
"callback",
"jquery",
"ecosystem:jquery"
],
"author": "Henrique Boaventura <hboaventura@gmail.com> (http://www.hboaventura.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kidh0/jquery.idle/issues"
},
"homepage": "https://github.com/kidh0/jquery.idle"
}