-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 725 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 725 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
{
"name": "distance-selection-chaining",
"version": "0.0.1",
"homepage": "https://github.com/hoganmaps/distance-selection-chaining",
"description": "turf and web mapping for fun",
"main": "index.html",
"authors": [
"chris hogan <chris@hogan.io>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.1",
"angular-route": "1.4.1",
"angular-bootstrap": "0.13.0",
"angular-leaflet":"0.8.1",
"bootswatch":"3.3.4",
"Leaflet.label": "0.2.1",
"rrose": "https://github.com/hoganmaps/rrose.git#master",
"leaflet-dvf": "0.2.4"
},
"resolutions": {
"angular": "1.4.1"
}
}