forked from lyonghwan/shibui-dropdown-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.25 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.25 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"description": "shibui-dropdown-menu for polymer 3",
"keywords": [
"web-components",
"polymer",
"polymer 3",
"dropdown",
"select",
"menu",
"simple",
"shibui"
],
"repository": {
"type": "git",
"url": "git://github.com/MichaelScript/shibui-dropdown-menu"
},
"homepage": "https://github.com/MichaelScript/shibui-dropdown-menu",
"name": "shibui-dropdown-menu",
"version": "3.0.0",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0",
"@webcomponents/webcomponentsjs": "2.0.0-beta.2"
},
"main": "shibui-dropdown-menu.js",
"contributors": [
"T",
"h",
"e",
" ",
"S",
"h",
"i",
"b",
"u",
"i",
" ",
"A",
"u",
"t",
"h",
"o",
"r",
"s",
"ShibUi Authors",
"MichaelScript"
],
"license": "MIT",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@polymer/iron-flex-layout": "^3.0.0-pre.18"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-demo-helpers": "^3.0.0-pre.18",
"wct-browser-legacy": "^0.0.1-pre.11",
"@webcomponents/webcomponentsjs": "^2.0.0",
"@polymer/iron-image": "^3.0.0-pre.18"
}
}