-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 820 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 820 Bytes
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
{
"name": "science-library",
"version": "0.0.0",
"dependencies": {
"angular": "#1.7.5",
"bootstrap": "^3.2.0",
"angular-ui-router": "^1.0.20",
"d3-tip": "~0.6.7",
"d3": "~3.5.10",
"d3.promise": "~1.1.0",
"datamaps": "~0.4.0",
"topojson": "~1.6.19",
"angular-bootstrap": "~0.14.3",
"angular-google-maps": "2.3.2",
"angular-datamaps": "~0.1.2",
"angular-local-storage": "~0.2.3",
"ng-csv": "~0.3.6",
"webspeech": "*",
"lodash": "3.8.0"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "slApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"resolutions": {
"d3": "~3.5.10"
}
}