-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
27 lines (27 loc) · 983 Bytes
/
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
{
"name": "jquery-sessiontimeout",
"version": "1.1.0",
"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.",
"main": "jquery.sessionTimeout.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/travishorn/jquery-sessionTimeout.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"alert",
"ajax"
],
"author": "Travis Horn",
"license": "MIT",
"bugs": "https://github.com/travishorn/jquery-sessionTimeout/issues",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2"
}
}