-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.06 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
{
"name": "sampleAngular",
"version": "0.0.1",
"description": "sampleAngular",
"authors": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "^1.5.3",
"sinon": "http://sinonjs.org/releases/sinon-1.12.1.js",
"bardjs": "^0.1.8"
},
"dependencies": {
"jquery": "^2.2.2",
"angular": "~1.5.3",
"angular-sanitize": "~1.5.3",
"bootstrap": "^3.3.6",
"extras.angular.plus": "^0.9.2",
"font-awesome": "^4.5.0",
"moment": "^2.12.0",
"angular-ui-router": "^0.2.18",
"toastr": "^2.1.2",
"angular-animate": "^1.5.3",
"angular-bootstrap": "^1.2.5",
"angular-nvd3": "^1.0.9",
"angular-chart.js": "^0.9.0",
"Chart.js": "chartjs#^1.1.0",
"highcharts-ng": "~0.0.11",
"highcharts": "~4.2.2"
},
"resolutions": {
"angular": "1.5.8",
"Chart.js": "^1.1.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}