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
| {
| "name": "sessiontimeout-bootstrap",
| "version": "1.0.3",
| "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"
| }
| ],
| "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"
| }
| }
|
|