forked from josebalius/jquery-idleTimeout
-
Notifications
You must be signed in to change notification settings - Fork 79
/
idleTimeout.jquery.json
31 lines (31 loc) · 1.05 KB
/
idleTimeout.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
{
"name": "idleTimeout",
"version": "1.0.8",
"title": "JQuery IdleTimeout for Multiple Windows",
"author": {
"name": "Jill Elaine",
"email": "jillelaine01@gmail.com"
},
"maintainers": [
{
"name": "Jill Elaine",
"email": "jillelaine01@gmail.com"
}
],
"licenses": [
{
"type": "CC-BY-SA-3.0"
}
],
"dependencies": {
"jquery": "1.7",
"jquery-ui": "1.9",
"https://github.com/marcuswestin/store.js": "1.3.4+"
},
"description": "Configurable idle (no activity) timer and logout redirect for jQuery. Works across multiple windows, tabs, and iframes within the same domain.",
"keywords": ["idle", "timer", "inactivity-detector", "logout-redirect", "multiple-windows-tabs-iframes"],
"homepage": "https://github.com/JillElaine/jquery-idleTimeout",
"docs": "https://github.com/JillElaine/jquery-idleTimeout/blob/master/README.md",
"demo": "http://jillelaine.github.io/jquery-idleTimeout/index.html",
"bugs": "https://github.com/JillElaine/jquery-idleTimeout/issues"
}