forked from cheonhyangzhang/paper-typeahead-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·32 lines (32 loc) · 903 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": "paper-typeahead-input",
"version": "1.3.6",
"authors": [
"Tianxiang Zhang <[email protected]>"
],
"description": "paper-typeahead-input is an element providing typeahead feature for input.",
"keywords": [
"web-component",
"web-components",
"polymer",
"seed"
],
"main": "paper-typeahead-input.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/cheonhyangzhang/paper-typeahead-input/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"paper-input": "PolymerElements/paper-input#~1.0.5",
"paper-menu": "PolymerElements/paper-menu#~1.0.0",
"paper-item": "PolymerElements/paper-item#~1.0.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}