73bcce88
luigser
COMPONENTS
|
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
|
"main": [
"google-map.html",
"google-map-search.html",
"google-map-marker.html",
"google-map-directions.html"
],
"authors": [
"Frankie Fu <ffu@google.com>",
"Scott Miles <sjmiles@google.com>",
"Eric Bidelman <ebidel@gmail.com>"
],
"license": "Apache-2",
"ignore": [
"/.*",
"/test/"
],
"keywords": [
"web-component",
"web-components",
"polymer",
"google",
"apis",
"maps"
],
"dependencies": {
|
eb240478
Luigi Serra
public room cards...
|
31
32
33
34
|
"polymer": "Polymer/polymer#^1.1.4",
"google-apis": "GoogleWebComponents/google-apis#^1.1.1",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
"iron-selector": "PolymerElements/iron-selector#^1.0.5"
|