Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
corrected some issues with the file.
  • Loading branch information
stephenwomack committed Jun 15, 2016
1 parent 2c3ed8a commit a419c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,13 +1,13 @@
{
"name": "timeout-dialog-bootstrap.js",
"name": "timeout-dialog-bootstrap",
"homepage": "https://github.com/stephenwomack/timeout-dialog-bootstrap.js",
"authors": [
"rigoneri (https://github.com/rigoneri)",
"simschla (https://github.com/simschla)",
"Stephen Womack (http://stephenwomack.com)"
],
"description" : "After a set amount of idle time, a Bootbox warning dialog is shown to the user with the option to either stay logged in or stay logout. If the logout button is selected, the page is redirected (via a post) to a logout URL. If the stay logged in button is selected, the dialog closes and the session is kept alive. If no option is selected after another set amount of idle time, the page is automatically redirected (via a post) to a set logout URL.",
"main": "timeout-dialog-bootstrap",
"main": "timeout-dialog-bootstrap.js",
"modelType": [],
"license": "MPL-2.0",
"ignore": [
Expand Down

0 comments on commit a419c4e

Please sign in to comment.