-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 948 Bytes
/
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
{
"name": "@smuuf/idleCat",
"version": "0.1.1",
"description": "Simple and lightweight jQuery plugin for user-presence detection.",
"main": "build/jquery.idleCat.min.js",
"directories": {
"example": "example"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smuuf/jquery-idlecat.git"
},
"giturl": "https://github.com/smuuf/jquery-idlecat/",
"author": "Premysl Karbula",
"license": "MIT",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"user",
"presence",
"idle",
"activity",
"detection",
"browser",
"idleness",
"present",
"inactivity"
],
"bugs": {
"url": "https://github.com/smuuf/jquery-idlecat/issues"
},
"homepage": "https://github.com/smuuf/jquery-idlecat#readme"
}