-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·36 lines (36 loc) · 986 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": "plastik-option-list",
"version": "0.0.2",
"authors": [
"The Plastikit Authors <[email protected]>"
],
"description": "Horizontal selectable listbox with multiselect and default item capabilities.",
"keywords": [
"web-component",
"web-components",
"polymer",
"select",
"list",
"menu",
"item"
],
"main": "plastik-option-list.html",
"license": "BSD-3-Clause",
"homepage": "https://github.com/Plastikit/plastik-option-list/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"plastik-selector": "Plastikit/plastik-selector#^0.0.2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"paper-item": "PolymerElements/paper-item#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}