-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
33 lines (33 loc) · 888 Bytes
/
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
{
"name": "address-lookup",
"version": "1.0.0-alpha.6",
"authors": [
"Anton Moiseev <[email protected]>"
],
"description": "An element providing a solution to no problem in particular.",
"keywords": [
"web-component",
"polymer",
"seed"
],
"main": "address-lookup.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/farata/address-lookup/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"geo-location": "ebidel/geo-location#^1.0.3",
"google-apis": "GoogleWebComponents/google-apis#^1.1.5",
"polymer": "Polymer/polymer#^1.2.0",
"vaadin-combo-box": "vaadin/vaadin-combo-box#master"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "^4.0.0"
}
}