forked from eva-hafermalz/gn-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 693 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 693 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
{
"name": "gn-map",
"version": "0.0.1",
"description": "Greennav polymer web component contains functions and views around the map.",
"keywords": [
"web-component",
"web-components",
"polymer",
"greennav",
"map"
],
"main": "gn-map.html",
"license": "https://github.com/Greennav/gn-map/blob/master/LICENSE",
"homepage": "http://greennav.github.io/",
"ignore": [
"/.*",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"osm-map": "FabianBormann/osm-map",
"google-map": "GoogleWebComponents/google-map#~1.1.7"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
}
}