-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 934 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 934 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
33
{
"name": "ngAmdMicroservicesSeed",
"version": "0.0.0",
"dependencies": {
"angular": "1.5",
"angularAMD": "https://github.com/marcoslin/angularAMD.git#f379eb6",
"requirejs": "2.1.14",
"angular-animate": "1.5",
"angular-cookies": "1.5",
"angular-resource": "1.5",
"angular-sanitize": "1.5",
"angular-ui-router": "0.4.2",
"organic-css": "https://github.com/krasimir/organic-css.git",
"tachyons": "^4.7.2",
"animate.css": "^3.5.2",
"hint.css": "^2.5.0",
"tachyons-sass": "^4.7.1",
"animate.scss": "*",
"angular-hypermedia": "^1.0.1",
"cuid": "^1.3.8",
"ionic": "^3.2.1",
"lodash": "^4.17.4",
"RequireCSS": "https://github.com/VIISON/RequireCSS.git",
"angular-material": "^1.1.4",
"angular-aria": "1.5.11",
"angular-jwt": "^0.1.9",
"restangular": "^1.6.1"
},
"resolutions": {
"angular": "1.5.11",
"angular-aria": "^1.4.8"
}
}