forked from volusion-angular-themes/gizmo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
35 lines (35 loc) · 993 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": "Volusion Gizmo Theme",
"version": "1.0.1",
"private": true,
"dependencies": {
"angular": "~1.3.0",
"angular-resource": "~1.3.0",
"angular-route": "~1.3.0",
"angular-i18n": "~1.3.0",
"angular-animate": "~1.3.0",
"angular-touch": "~1.3.0",
"angular-snap": "~1.6.0",
"angular-seo": "*",
"angulartics": "https://github.com/prabinv/angulartics.git#0db9605833cd809f5336c0f981f5164d5aed66d4",
"angular-ui-bootstrap-bower": "~0.12.0",
"bootstrap-sass-official": "~3.3.1",
"enquire": "~2.1.0",
"jquery": "~2.1.0",
"vn-toolbox-common": "~1.0.0",
"textAngular": "~1.2.1"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"resolutions": {
"angular": "~1.3.0",
"angular-touch": "~1.3.0",
"angular-translate": "2.2.x",
"jquery": "~2.1.0",
"angular-ui-bootstrap-bower": "~0.12.0",
"bootstrap-sass-official": "~3.3.1",
"angular-cookies": "~1.3.0"
}
}