-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 894 Bytes
/
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
{
"name": "data-gouv-map-browser",
"homepage": "https://github.com/nicolas-bonnel/data-gouv-map-browser",
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.8",
"d3": "~3.5.10",
"bootstrap": "~3.3.6",
"angular-ui-router": "~0.2.15",
"d3-tip": "~0.6.7",
"d3-legend": "~1.6.0",
"angular-truncate": "*"
},
"resolutions": {
"d3": "~3.5.10",
"angular": "~1.4.8"
},
"overrides": {
"angular": {
"main": [
"angular.min.js"
]
},
"bootstrap": {
"main": [
"dist/css/bootstrap.min.css"
]
},
"angular-ui-router": {
"main": "./release/angular-ui-router.min.js"
},
"d3": {
"main": "d3.js"
}
}
}