forked from usc-isi-i2/dig-ui-search-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 756 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
{
"name": "search-box",
"homepage": "https://github.com/usc-isi-i2/dig-ui-search-box",
"version": "1.0.0",
"authors": [
"USC-ISI"
],
"description": "A Polyer Element for Search",
"main": "search-box.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.6.0",
"iron-icon": "PolymerElements/iron-icon#^2.0.0",
"iron-icons": "PolymerElements/iron-icons#^2.0.0",
"paper-input": "PolymerElements/paper-input#^2.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^2.2.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0"
}
}