mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-01 16:54:08 +03:00
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"name": "vue2-datepicker",
|
|
"version": "1.0.0",
|
|
"description": "datepicker for Vue2",
|
|
"main": "index.vue",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"datepicker"
|
|
],
|
|
"author": "xmx",
|
|
"license": "MIT"
|
|
}
|