-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
36 lines (36 loc) · 978 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
36
{
"name": "radium-combo",
"version": "0.8.1",
"description": "Material Design Dropdown/Typeahead/Combobox control",
"authors": [
"jason gardner <jason.gardner.lv@gmail.com>"
],
"keywords": [
"radium",
"polymer",
"select",
"combobox",
"dropdown"
],
"main": [
"radium-combo.html"
],
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/jasongardnerlv/radium-combo.git"
},
"license": "MIT",
"homepage": "https://github.com/jasongardnerlv/radium-combo",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#1.7.0",
"iron-dropdown": "PolymerElements/iron-dropdown#1.5.4",
"iron-icon": "PolymerElements/iron-icon#1.0.12",
"iron-icons": "PolymerElements/iron-icons#1.2.0",
"iron-selector": "PolymerElements/iron-selector#1.5.2",
"paper-input": "PolymerElements/paper-input#1.1.22",
"paper-item": "PolymerElements/paper-item#1.2.1"
},
"devDependencies": {}
}