-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathbower.json
71 lines (71 loc) · 1.87 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
64
65
66
67
68
69
70
71
{
"name": "angular seller application",
"author": "Four51, Inc.",
"homepage": "https://github.com/ordercloud-api/angular-seller",
"repository": {
"type": "git",
"url": "git://github.com/ordercloud-api/angular-seller.git"
},
"description": "A fully functional, open source starter application built for seller users on the OrderCloud.io platform",
"main": "index",
"moduleType": [],
"keywords": [
"OrderCloud",
"OrderCloud.io",
"Four51",
"AngularJS",
"Angular",
"Seller",
"B2B",
"API"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"angular": "1.6.7",
"angular-animate": "1.6.7",
"angular-cookies": "1.6.7",
"angular-messages": "1.6.7",
"angular-resource": "1.6.7",
"angular-sanitize": "1.6.7",
"angular-touch": "1.6.7",
"angular-toastr": "^1.7.0",
"angular-ui-tree": "^2.16.0",
"angular-bootstrap": "^1.3.3",
"angular-auto-validate": "^1.19.5",
"font-awesome": "^4.6.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",
"angular-ui-select": "0.19.6",
"jasny-bootstrap": "3.1.3",
"aws-sdk": "aws-sdk-js#^2.7.21",
"bootswatch": "^3.3.7",
"angular-payments": "*",
"ordercloud-angular-sdk": "1.0.50",
"angular-bootstrap-colorpicker": "^3.0.31",
"angular-drag-and-drop-lists": "^2.1.0",
"textAngular": "^1.5.16",
"lodash": "^4.17.4",
"slick-carousel": "^1.6.0",
"angular-slick": "^0.2.1"
},
"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"
}
}