-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 1.18 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
43
44
{
"name": "erp2015",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.5",
"angular-bootstrap": "~0.11.0",
"angular-cookies": ">=1.2.*",
"angular-elastic": "*",
"angular-material": "~0.9.6",
"angular-material-icons": "~0.4.0",
"angular-permission": "~0.2.0",
"angular-resource": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-smart-table": "~2.0.2",
"angular-socket-io": "~0.6.0",
"angular-tags": "~0.2.10",
"angular-truncate": "*",
"angular-ui-bootstrap-bower": "~0.13.0",
"angular-ui-router": "*",
"bootstrap": "~3.1.1",
"bootstrap-css": "~3.3.4",
"bootstrap-sass-official": "~3.1.1",
"es5-shim": "~3.0.1",
"font-awesome": ">=4.1.0",
"jquery": "~1.11.0",
"json3": "~3.3.1",
"lodash": "~2.4.1",
"ng-facebook": "~0.1.6",
"ng-file-upload": "~3.3.1",
"ngImgCrop": "~0.3.2",
"showdown": "*"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"resolutions": {
"angular": "^1.3.0 || >1.4.0-beta.0",
"font-awesome": ">=4.1.0",
"bootstrap-css": "~3.3.4",
"angular-ui-bootstrap-bower": "~0.13.0",
"bootstrap": "~3.3.5"
}
}