This repository was archived by the owner on Sep 19, 2018. It is now read-only.
forked from travishorn/jquery-sessionTimeout
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.3 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.3 KB
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
{
"name": "sessiontimeout-bootstrap",
"version": "1.0.4",
"description": "After a set amount of time, a dialog is shown to the user with the option to either log out now, or stay connected. If log out now is selected, the page is redirected to a logout URL. If stay connected is selected, a keep-alive URL is requested through AJAX. If no options is selected after another set amount of time, the page is automatically redirected to a timeout URL. This fork uses Bootstrap's modal instead of upstream's jQuery UI modal.",
"main": "jquery.sessionTimeout.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/maxfierke/jquery-sessionTimeout-bootstrap.git"
},
"keywords": [
"alert",
"ajax",
"bootstrap"
],
"author": "Travis Horn",
"contributors": [
{
"name": "Max Fierke",
"email": "max@maxfierke.com",
"url": "http://www.maxfierke.com"
},
{
"name": "John Lumley",
"email": "jlumley@jelby.com",
"url": "https://www.jelby.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/maxfierke/jquery-sessionTimeout-bootstrap/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2"
}
}