-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
59 lines (59 loc) · 1.5 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
{
"name": "WebControlPanel",
"description": "",
"version": "0.0.0",
"homepage": "https://dev.stratusprint.com",
"license": "MIT",
"private": true,
"devDependencies": {
"angular": "^1.5.0",
"angular-route": "^1.5.0",
"angular-loader": "^1.5.0",
"angular-mocks": "^1.5.0",
"angular-cookies": "^1.5.0",
"ng-token-auth": "^0.0.28",
"angular-ui-router": "^0.2.13",
"bootstrap": "^3.3.6",
"bootstrap-social": "~4.8.0",
"datatables-responsive": "^2.0.2",
"datatables": "~1.10.4",
"datatables-plugins": "~1.0.1",
"font-awesome": "~4.6.1",
"jquery": "^2.2.1",
"holderjs": "~2.4.1",
"metisMenu": "~1.1.3",
"morrisjs": "~0.5.1"
},
"main": "",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "^1.5.0",
"datatables-responsive": "^2.0.2",
"font-awesome": "^4.6.1"
},
"dependencies": {
"startbootstrap-sb-admin-2": "^1.0.8",
"raphael": "^2.1.4",
"angular-local-storage": "^0.2.7",
"angular-bootstrap": "^1.3.1",
"angular-validation-match": "^1.7.1",
"angular-bootstrap-show-errors": "^2.3.0",
"angular-datatables": "^0.5.4",
"datatables": "^1.10.11",
"font-awesome": "^4.6.1",
"ng-file-upload": "^12.0.4",
"angular-vertilize": "^1.0.1",
"angular": "^1.5.5",
"at-table": "^1.0.7",
"angular-morris-chart": "^1.2.0",
"angular-sanitize": "^1.5.5",
"angular-ui-router-title": "^0.0.4"
}
}