vue-custom-datepicker
Version:
Customizable datepicker for Vue.js
29 lines (28 loc) • 657 B
JSON
{
"name": "vue-custom-datepicker",
"description": "Customizable datepicker for Vue.js",
"version": "1.1.6",
"author": "Andrew Haupt <ajhaupt7@gmail.com>",
"private": false,
"scripts": {
},
"dependencies": {
"moment": "^2.18.1"
},
"main": "CustomDatepicker.vue",
"repository": {
"type": "git",
"url": "git+https://github.com/ajhaupt7/vue-custom-datepicker.git"
},
"keywords": [
"datepicker",
"vue",
"calendar",
"cal"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ajhaupt7/vue-custom-datepicker/issues"
},
"homepage": "https://github.com/ajhaupt7/vue-custom-datepicker#readme"
}