-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 888 Bytes
/
package.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
{
"name": "@vanillawc/wc-menu-wrapper",
"version": "0.0.5",
"description": "A web component that wraps HTML elements and forms a drop-down menu out of them.",
"main": "dist/wc-menu-wrapper-node.min.js",
"scripts": {
"preversion": "",
"postversion": "git push --follow-tags"
},
"files": [
"dist/wc-menu-wrapper-node.min.js",
"dist/wc-menu-wrapper-node.js",
"dist/minify.cmd"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vanillawc/wc-menu-wrapper.git"
},
"keywords": [
"web-component",
"custom-element",
"vanilla-web-component",
"html",
"javascript",
"drop-down",
"dropdown",
"menu"
],
"author": "Jussi Utunen",
"license": "MIT",
"bugs": {
"url": "https://github.com/vanillawc/wc-menu-wrapper/issues"
},
"homepage": "https://github.com/vanillawc/wc-menu-wrapper#readme"
}