-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·35 lines (35 loc) · 918 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
34
35
{
"name": "shadow-rigs",
"version": "1.0.0",
"private": true,
"dependencies": {
"angular": "~1.5.0",
"angular-bootstrap": "0.14.1",
"angular-mocks": "~1.5.0",
"ng-lodash": "0.2.0",
"angular-route": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-ui-router": "~0.2.13",
"bootstrap": "v4.0.0-alpha.2",
"jquery": "2.1.1",
"components-font-awesome": "latest",
"ngSticky": "^1.8.10",
"tether": "~1.3.2",
"ngGallery": "latest",
"angular-wizard": "~0.6.1",
"ngcart": "~1.0.0",
"braintree-angular": "1.3.1",
"ngModal": "^1.2.2",
"lightgallery": "^1.3.5",
"angular-cache": "~4.6.0",
"api-check": "~7.5.5",
"angular-formly": "~8.4.0",
"angular-formly-templates-bootstrap": "~6.3.2",
"angular-rx": "~1.1.3"
},
"resolutions": {
"angular": "~1.5.x"
}
}