-
Notifications
You must be signed in to change notification settings - Fork 16
/
bower.json
42 lines (42 loc) · 1.03 KB
/
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
34
35
36
37
38
39
40
41
42
{
"name": "crowbar-ui",
"description": "Crowbar Web UI based on Angular",
"main": "",
"license": "Apache-2.0",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"lodash": "^4.13.1",
"angular": "1.5.9",
"angular-animate": "1.5.9",
"angular-cookies": "1.5.9",
"angular-resource": "1.5.9",
"angular-route": "1.5.9",
"angular-sanitize": "1.5.9",
"angular-touch": "1.5.9",
"angular-translate": "^2.11.0",
"angular-ui-router": "^0.3.1",
"angular-loading-bar": "^0.9.0",
"angular-file-saver": "^1.1.2",
"bootstrap": "^3.3.6",
"angular-bootstrap": "^2.0.1",
"font-awesome": "^4.6.3",
"angular-translate-loader-static-files": "^2.11.0",
"angular-translate-loader-partial": "^2.11.0"
},
"devDependencies": {
"angular-mocks": "1.5.9",
"bardjs": "0.1.8",
"sinon": "http://sinonjs.org/releases/sinon-1.17.5.js"
},
"resolutions": {
"angular": "1.5.9"
}
}