forked from JillElaine/jquery-idleTimeout
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.37 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
49
50
51
52
53
{
"name": "jquery-idleTimeout-plus",
"version": "0.9.5",
"description": "User idle detector with session keep-alive, warning dialog, lock screen, url redirection and support for multiple windows and tabs.",
"main": "dist/jquery-idleTimeout-plus.js",
"homepage": "https://github.com/LinearSoft/jquery-idleTimeout-plus",
"bugs": "https://github.com/LinearSoft/jquery-idleTimeout-plus/issues",
"author": "Jason Abraham, <[email protected]>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/LinearSoft/jquery-idleTimeout-plus.git"
},
"keywords": [
"timeout",
"time-out",
"timer",
"idle",
"keepalive",
"keep-alive",
"session",
"bootstrap",
"bootstrap 3",
"jquery",
"lockscreen",
"lock screen",
"lock",
"jquery-plugin",
"ecosystem:jquery",
"javascript",
"multiple windows",
"multiple tabs"
],
"devDependencies": {
"del": "^2.2.0",
"eslint": "^3.5.0",
"eslint-config-google": "^0.6.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.7",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-strip-code": "^0.1.4",
"gulp-strip-line": "0.0.1",
"gulp-uglify": "^1.5.3",
"bootstrap": "^3.3",
"block-ui": "^2.70",
"jquery-storage-api": "^1.9",
"jquery-ui": "^1.12"
},
"dependencies": {
"jquery": "^3.1"
}
}