1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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"
- }
- }
|