-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.25 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
{
"name": "rca",
"version": "0.0.0",
"dependencies": {
"jquery": "latest",
"angular": "1.6.9",
"bootstrap-sass-official": "3.3.6",
"angular-animate": "1.6.9",
"angular-aria": "1.6.9",
"angular-cookies": "1.6.9",
"angular-messages": "1.6.9",
"angular-resource": "1.6.9",
"angular-route": "1.6.9",
"angular-sanitize": "^1.7.2",
"angular-touch": "1.6.9",
"angular-ui-router": "1.0.20",
"jspdf": "1.3.5",
"lodash": "4.17.5",
"chroma-js": "1.3.5",
"angular-bootstrap-switch": "0.5.2",
"moment": "2.20.1",
"angular-moment": "1.2.0",
"raven-js": "^3.2.1",
"angularjs-dragula": "^2.0.0",
"angular-markdown-directive": "^0.3.1",
"jspdf-autotable": "git://github.com/JonatanPe/jsPDF-AutoTable#^2.3.5"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "rcaApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css"
]
},
"moment": {
"main": [
"moment.js",
"locale/en-gb.js"
]
},
"raven-js": {
"main": [
"dist/raven.js",
"dist/plugins/angular.js"
]
}
},
"resolutions": {
"angular": "1.6.9"
}
}