-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathbower.json
46 lines (46 loc) · 1.37 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
45
46
{
"name": "Volusion Method Theme",
"version": "1.0.20",
"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-seo": "*",
"angulartics": "https://github.com/prabinv/angulartics.git#0db9605833cd809f5336c0f981f5164d5aed66d4",
"angular-ui-bootstrap-bower": "~0.12.0",
"textAngular": "~1.2.1",
"angular-ui-router": "~0.2.13",
"angular-cookies": "~1.3.0",
"angular-sanitize": "~1.3.0",
"angular-translate": "~2.5.2",
"angular-translate-handler-log": "~2.5.2",
"angular-translate-interpolation-messageformat": "~2.5.2",
"angular-translate-loader-partial": "~2.5.2",
"angular-translate-storage-local": "~2.5.2",
"bootstrap-sass-official": "~3.3.1",
"easyzoom": "~2.2.0",
"jquery": "~1.11.1",
"fontawesome": "~4.2.0",
"enquire": "~2.1.2",
"compass-mixins": "~1.0.2",
"ng-lodash": "~0.1.0",
"angular-aria": "~1.3.13",
"angular-breadcrumb": "~0.3.3",
"d3": "~3.5.5",
"angular-slick": "~0.2.1",
"angular-messages": "~1.3.15",
"vn-toolbox-public": "~1.0.14"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"resolutions": {
"angular": "~1.3.0",
"angular-cookies": "~1.3.0"
}
}