-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
39 lines (39 loc) · 1 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
{
"name": "paper-map-info",
"homepage": "https://github.com/mlisook/paper-map-info",
"authors": [
"Murray Lisook <[email protected]>"
],
"description": "Polymer element for Google Map infowindow when the infowindow must support events",
"main": "polymer-map-info.html",
"keywords": [
"polymer",
"polymer-ts",
"google-map",
"infowindow",
"web-components"
],
"license": "BSD2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0",
"google-map": "GoogleWebComponents/google-map#^1.1.10",
"polymer-ts": "^0.1.26",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.1.1",
"underscore": "^1.8.3",
"paper-material": "^1.0.6",
"resize-aware": "^1.0.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "^4.0.0",
"syntax-highlight": "^1.0.0"
},
"version": "1.1.4"
}