-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 710 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 710 Bytes
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
{
"name": "clearable-input",
"version": "0.2.0",
"homepage": "https://github.com/xRapidDavex/clearable-input",
"authors": [
"Brent Hosie <brenthosie@gmail.com>"
],
"description": "clearable-input is a Polymer element that encapsulates the idea of a text input that has a clickable icon inside the element to clear the input.",
"main": "clearable-input.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"../",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"iron-icons": "PolymerElements/iron-icons#~1.0.3"
},
"resolutions": {
"polymer": "^1.0.0",
"webcomponentsjs": "^0.7.2"
}
}