-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 924 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
36
{
"name": "@vanillawc/wc-datepicker",
"version": "0.0.6",
"description": "A web component that wraps a text input element and adds date-picker functionality to it.",
"main": "dist/wc-datepicker-node.min.js",
"scripts": {
"preversion": "",
"postversion": "git push --follow-tags"
},
"files": [
"dist/wc-datepicker-node.min.js",
"dist/wc-datepicker-node.js",
"dist/minify.cmd",
"dist/template_minifier.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vanillawc/wc-datepicker.git"
},
"keywords": [
"web-component",
"custom-element",
"vanilla-web-component",
"html",
"javascript",
"datepicker",
"date-picker",
"calendar"
],
"author": "Jussi Utunen",
"license": "MIT",
"bugs": {
"url": "https://github.com/vanillawc/wc-datepicker/issues"
},
"homepage": "https://github.com/vanillawc/wc-datepicker#readme"
}