-
Notifications
You must be signed in to change notification settings - Fork 20
/
bower.json
63 lines (63 loc) · 1.54 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ordercloud-base-buyer",
"authors": [
"Four51"
],
"description": "A seed project for custom Four51 Solutions built on AngularJS",
"main": "index",
"moduleType": [],
"keywords": [
"OrderCloud",
"Four51",
"AngularJS",
"Angular",
"B2B"
],
"license": "MIT",
"homepage": "https://devcenter.ordercloud.io/home",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"angular": "1.6.7",
"angular-cookies": "1.6.7",
"angular-resource": "1.6.7",
"angular-animate": "1.6.7",
"angular-sanitize": "1.6.7",
"angular-touch": "1.6.7",
"angular-messages": "1.6.7",
"angular-toastr": "^1.7.0",
"angular-ui-tree": "^2.16.0",
"angular-bootstrap": "2.5.0",
"angular-auto-validate": "^1.19.5",
"font-awesome": "^4.6.3",
"angular-localforage": "^1.2.5",
"underscore": "^1.8.3",
"angular-ui-router": "^0.3.1",
"angular-tree-control": "^0.2.28",
"angular-sticky": "angular-sticky-plugin#^0.3.0",
"angular-busy2": "^5.2.0",
"jasny-bootstrap": "3.1.3",
"angular-slick": "^0.2.1",
"slick-carousel": "^1.6.0",
"angular-payments": "*",
"bootswatch": "^3.3.7",
"ordercloud-angular-sdk": "2.0.0",
"textAngular": "^1.5.16"
},
"devDependencies": {
"angular-mocks": "1.6.7"
},
"resolutions": {
"angular": "1.6.7",
"angular-animate": "1.6.7",
"angular-resource": "1.6.7",
"angular-cookies": "1.6.7",
"slick-carousel": "^1.6.0"
}
}