-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
32 lines (32 loc) · 819 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
{
"name": "google-books-search",
"version": "0.3.0",
"authors": [
"Oliver Schmidt"
],
"description": "A Polymer element for searching Google Books",
"license": "MIT",
"main": "src/google-books-search.html",
"keywords": [
"polymer",
"web-component",
"web-components",
"google-books"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^2.0.0",
"iron-input": "PolymerElements/iron-input#^2.0.0",
"iron-icons": "PolymerElements/iron-icons#^2.0.0",
"paper-icon-button": "PolymerElements/paper-button#^2.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"devDependencies": {
"web-component-tester": "^6.0.0"
}
}