-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bower.json
More file actions
41 lines (41 loc) · 1.03 KB
/
.bower.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
37
38
39
40
41
{
"name": "select-single",
"version": "0.5.6",
"authors": [
"Jens Gassmann <jens.gassmann@atomix.de>"
],
"description": "Autocompleting 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#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax",
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#~1.0.2",
"uri.js": "~1.16.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
},
"_release": "0.5.5",
"_resolution": {
"type": "version",
"tag": "v0.5.5",
"commit": "745f54b6f0931fb0b50f16bffa42dd5e06e69bef"
},
"_source": "git://github.com/itnode/select-single.git",
"_target": "*",
"_originalSource": "itnode/select-single"
}