-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
57 lines (57 loc) · 1.28 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
{
"name": "weir-buyer",
"authors": [
"Four51",
"RSM-US",
"RSM-UK",
"WEIR PLC"
],
"description": "Cusotmization of the Order Cloud platform for WEIR Flow Control cusotmers",
"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.5.9",
"angular-animate": "1.5.9",
"angular-sanitize": "1.5.9",
"angular-touch": "1.5.9",
"angular-messages": "1.5.9",
"angular-toastr": "^1.7.0",
"angular-ui-tree": "^2.16.0",
"angular-bootstrap": "^1.3.3",
"ordercloud-ng-sdk": "^1.0.24",
"angular-auto-validate": "^1.19.5",
"font-awesome": "^4.6.3",
"angular-snap": "^1.8.5",
"angular-localforage": "^1.2.5",
"underscore": "^1.8.3",
"angular-ui-router": "^0.3.1",
"angular-busy": "^4.1.3",
"aws-sdk": "aws-sdk-js#^2.6.11",
"ng-csv": "^0.3.6",
"angular-file-saver": "^1.1.2"
},
"devDependencies": {
"angular-mocks": "1.5.9"
},
"resolutions": {
"angular": "1.5.9",
"angular-animate": "1.5.9"
}
}