-
Notifications
You must be signed in to change notification settings - Fork 12
/
bower.json
executable file
·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": "map-box",
"version": "0.1.6",
"private": false,
"authors": [
"Ruben Cid Lara <[email protected]> (https://github.com/GNURub)"
],
"main": [
"elements/mapbox-map.html"
],
"keywords": [
"map-box",
"mapbox",
"customelement",
"webcomponent",
"webcomponents",
"web-components",
"polymer",
"maps",
"openstreetmap"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.ms",
"*.geojson",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Leaflet.label": "^0.2.1",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.2",
"leaflet.fullscreen": "^1.1.4",
"leaflet.locatecontrol": "^0.44.0",
"leaflet.markercluster": "^0.4.0",
"mapbox.js": "^2.2.1",
"polymer": "Polymer/polymer#^1.1.5"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.5",
"geo-location": "~1.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/GNURub/mapbox-map.git"
}
}