forked from sensu/uchiwa-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 844 Bytes
/
bower.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
28
29
30
31
32
33
{
"name": "uchiwa-web",
"version": "1.1.3",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "~1.6.3",
"angular-bootstrap": "~2.2.0",
"angular-cookies": "~1.6.3",
"angular-gravatar": "~0.4.2",
"angular-moment": "~1.0.1",
"angular-resource": "~1.6.3",
"angular-route": "~1.6.3",
"angular-sanitize": "~1.6.3",
"angular-toastr": "1.6.0",
"angular-tools/ng-jsoneditor": "ea138469f157d8f2b54ec5b8dcf4b08a55b61459",
"angular-ua-parser": "0.0.2",
"bootstrap": "3.1.1",
"bootstrap-sass-official": "3.1.1",
"fontawesome": "~4.4.0",
"highlightjs": "~9.1.0",
"moment": "~2.16.0",
"moment-picker": "~0.9.7",
"ua-parser-js": "~0.7.12"
},
"devDependencies": {
"jasmine": "~2.0.0",
"angular-mocks": "~1.6.3"
}
}