forked from LinearSoft/jquery-idleTimeout-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.01 KB
/
bower.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
54
{
"name": "jquery-idleTimeout-plus",
"description": "User idle detector with session keep-alive, warning dialog, lock screen, url redirection and support for multiple windows and tabs.",
"version": "0.9.5",
"main": "dist/jquery-idleTimeout-plus.js",
"authors": [
"Jason Abraham",
],
"license": "GPL-3.0",
"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"
],
"homepage": "https://github.com/LinearSoft/jquery-idleTimeout-plus",
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"gulpfile.js",
"test",
"tests",
".idea"
],
"dependencies": {
"jquery": "1.7.0 - 2"
}
}