-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 788 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 788 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
28
29
30
31
32
{
"name": "select-multi",
"version": "1.0.0",
"authors": [
"Jens Gassmann <jens.gassmann@atomix.de>"
],
"description": "Autocompleting multi select.",
"keywords": [
"web-component",
"web-components",
"polymer",
"seed"
],
"main": "select-single.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/itnode/select-single/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"iron-ajax": "PolymerElements/iron-ajax",
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#^2.0.0",
"uri.js": "~1.16.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0",
"web-component-tester": "*"
}
}