forked from ordercloud-api/angular-buyer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1.3 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
{
"name": "OrderCloud-Seed",
"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.0",
"angular-resource": "^1.6.0",
"angular-animate": "^1.6.0",
"angular-sanitize": "^1.6.0",
"angular-touch": "^1.6.0",
"angular-messages": "^1.6.0",
"angular-toastr": "^1.7.0",
"angular-ui-tree": "^2.16.0",
"angular-bootstrap": "^1.3.3",
"ordercloud-ng-sdk": "1.0.27",
"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"
},
"devDependencies": {
"angular-mocks": "^1.6.0"
},
"resolutions": {
"angular": "^1.6.0",
"angular-animate": "^1.6.0",
"angular-resource": "^1.6.0",
"angular-cookies": "^1.6.0"
}
}