vue2-datetimepicker
Version:
Shows a calendar to pick a date using moment.js
31 lines (30 loc) • 740 B
JSON
{
"name": "vue2-datetimepicker",
"version": "0.1.1",
"description": "Shows a calendar to pick a date using moment.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/almino/vue2-datetimepicker.git"
},
"keywords": [
"datepicker",
"calendar",
"moment",
"momentjs",
"datepick",
"date"
],
"author": "Almino Melo <almino.melo@gmail.com> (https://facebook.com/almino8)",
"license": "ISC",
"bugs": {
"url": "https://github.com/almino/vue2-datepicker/issues"
},
"homepage": "https://github.com/almino/vue2-datepicker#readme",
"dependencies": {
"moment": "2.18"
}
}