-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 768 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 768 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
{
"name": "Anslutningsverktyget",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.7",
"angular-animate": "1.4.7",
"angular-bootstrap": "0.14.3",
"angular-bootstrap-show-errors": "~2.1.0",
"angular-resource": "1.4.7",
"angular-sanitize": "1.4.7",
"angular-shims-placeholder": "~0.4.1",
"angular-translate": "~2.11.0",
"angular-translate-loader-static-files": "~2.11.0",
"angular-ui-router": "~0.2.11",
"bootstrap-sass-official": "^3.3.6",
"components-font-awesome": "4.2.0",
"console-polyfill": "~0.2.1",
"es5-shim": "^4.0.0",
"jquery": "~1.11",
"json3": "^3.3.0",
"lodash-compat": "~3.6.0",
"respond": "~1.4.2"
},
"appPath": "app",
"resolutions": {
"angular": "1.4.7"
}
}