-
Notifications
You must be signed in to change notification settings - Fork 14
/
bower.json
35 lines (35 loc) · 871 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
34
35
{
"name": "paper-dropdown-input",
"description": "A paper-input that provides the user with input suggestions",
"main": "paper-dropdown-input.html",
"authors": [
"Glenn Dirkx <[email protected]>"
],
"license": "MIT",
"keywords": [
"web-components",
"Polymer",
"dropdown",
"search"
],
"homepage": "https://github.com/Juravenator/paper-dropdown-input",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#1.9 - 2",
"iron-icon": "#1 - 2",
"iron-icons": "#1 - 2",
"paper-item": "#1 - 2",
"paper-listbox": "#1 - 2",
"paper-input": "#1 - 2",
"paper-dropdown-menu": "#1 - 2",
"iron-input": "#1 - 2",
"paper-icon-button": "#1 - 2",
"web-animations-js": "web-animations/web-animations-js#^2.3.1"
}
}