forked from orangehill/bootstrap-session-timeout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 673 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 673 Bytes
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
{
"name": "bootstrap-session-timeout",
"version": "1.0.3",
"homepage": "https://github.com/orangehill/bootstrap-session-timeout",
"authors": [
"Vedran Opacic <vedran.opacic@orangehilldev.com>"
],
"description": "Session timeout and keep-alive control with a nice Bootstrap warning dialog.",
"keywords": [
"timeout",
"time-out",
"keepalive",
"keep-alive",
"session",
"bootstrap",
"bootstrap 3",
"jquery",
"javascript",
"dialog"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.2",
"jquery": "~2.1.3"
}
}