-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 1.1 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
{
"name": "OrderCloud-Components",
"authors": [
"Four51"
],
"description": "repo for managing ordercloud components that serve as a starting point for creating B2B applications on the Four51 OrderCloud platform.",
"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-sanitize": "^1.5.0",
"angular-touch": "^1.5.0",
"angular-ui-router": "^0.2.17",
"angular-toastr": "^1.7.0",
"angular-ui-tree": "^2.15.0",
"angular-animate": "^1.5.0",
"angular-messages": "^1.5.0",
"angular-bootstrap": "^1.1.2",
"ordercloud-ng-sdk": "^1.0.12",
"angular-auto-validate": "^1.19.3",
"font-awesome": "^4.5.0",
"angular-localforage": "^1.2.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular-mocks": "^1.5.0"
},
"resolutions": {
"angular": "1.5.5"
}
}