Skip to content

Commit 37767f4

Browse files
committed
Corrections to packadge.json
1 parent 3bd5fb0 commit 37767f4

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

package.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"name": "bootstrap-session-timeout",
33
"version": "1.0.1",
4-
"main": "lib/bootstrap-session-timeout.js",
5-
"description": "Displays a Bootstrap display before redirecting the user after a period of inactivity.",
4+
"main": "dist/bootstrap-session-timeout.js",
5+
"description": "Session timeout and keep-alive control with a nice Bootstrap warning dialog.",
6+
67
"homepage": "https://github.com/vedraan/bootstrap-session-timeout",
78
"bugs": "https://github.com/vedraan/bootstrap-session-timeout/issues",
8-
"author": {
9-
"name": "Vedran Opacic",
10-
"email": "vedran.opacic@orangehilldev.com",
11-
"url": "http://www.orangehilldev.com"
12-
},
9+
"author": "Vedran Opacic, vedran.opacic@orangehilldev.com",
1310
"repository": {
1411
"type": "git",
1512
"url": "https://github.com/vedraan/bootstrap-session-timeout"
@@ -19,6 +16,16 @@
1916
"type": "MIT"
2017
}
2118
],
19+
"keywords": [
20+
"timeout",
21+
"time-out",
22+
"keepalive",
23+
"keep-alive",
24+
"session",
25+
"bootstrap",
26+
"bootstrap 3",
27+
"dialog"
28+
],
2229
"devDependencies": {
2330
"grunt-contrib-jshint": "~0.7.0",
2431
"grunt-contrib-watch": "~0.5.0",

0 commit comments

Comments
 (0)