forked from SAP-archive/yaas-storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.17 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
47
48
49
50
51
{
"name": "blank-project",
"version": "0.0.0",
"authors": [
"hybris"
],
"license": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "latest",
"angular": "~1.5.9",
"angular-resource": "latest",
"angular-ui-router": "~0.2.11",
"angular-mocks": "~1.5.9",
"angular-translate": "~2.8.0",
"angular-translate-loader-static-files": "~2.8.1",
"angular-stripe-js": "Venturocket/angular-stripe-js#0.0.6",
"ngInfiniteScroll": "1.1.0",
"bootstrap": "3.3.2",
"restangular": "~1.4.0",
"lodash": "~2.4.1",
"spin.js": "~2.0.1",
"angular-animate": "~1.5.9",
"angular-cookie": "~4.0.2",
"angular-bootstrap": "^2.3.0",
"angular-xeditable": "~0.1.8",
"angular-ui-select": "~0.19.6",
"angular-sanitize": "~1.5.9",
"angular-touch": "~1.5.9",
"algoliasearch": "2.9.2",
"yamm3": "1.1.0",
"angular-ui-notification": "^0.2.0",
"angular-moment": "^1.0.0"
},
"install": {
"path": {
"css": "public/css/vendor",
"js": "public/js/vendor"
}
},
"resolutions": {
"angular": "~1.5.9"
}
}