vietnamese-lunar-date
Version:
Convert a Gregorian date to a Vietnamese luni-solar date
26 lines (25 loc) • 570 B
JSON
{
"name": "vietnamese-lunar-date",
"version": "1.0.3",
"description": "Convert a Gregorian date to a Vietnamese luni-solar date",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"convert-local-date-npm": "^1.0.4",
"vietnamese-lunar-date": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/vinhnguyen24/vietnamese-lunar-calendar"
},
"keywords": [
"date",
"conversion",
"lunar",
"vietnamese"
],
"author": "",
"license": "MIT"
}