UNPKG

vue-custom-datepicker

Version:
29 lines (28 loc) 657 B
{ "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" }