lunar-calendar-zh
Version:
農曆(陰曆)萬年曆,是一款支持Node.js和瀏覽器端使用的全功能農曆和公曆日曆類庫。支持農曆與公曆之間相互轉換,含有二十四節氣,天干地支紀年紀月紀日,生肖屬相,公曆節假日及農曆傳統節假日信息等功能。自帶2013-2014節假日安排數據,並可自行配置。帶有黃曆數據,可自行選擇配置。支持1891-2100年。
27 lines • 1.04 kB
JSON
{
"author": "Steven Fong <waneblade@gmail.com>",
"name": "lunar-calendar-zh",
"description": "農曆(陰曆)萬年曆,是一款支持Node.js和瀏覽器端使用的全功能農曆和公曆日曆類庫。支持農曆與公曆之間相互轉換,含有二十四節氣,天干地支紀年紀月紀日,生肖屬相,公曆節假日及農曆傳統節假日信息等功能。自帶2013-2014節假日安排數據,並可自行配置。帶有黃曆數據,可自行選擇配置。支持1891-2100年。",
"keywords": ["chinese lunar", "lunar", "农历", "阴历", "万年历", "LunarCalendar", "calendar"],
"version": "0.1.4",
"repository": {
"type": "git",
"url": "https://github.com/roadmanfong/LunarCalendar.git"
},
"main": "./lib/LunarCalendar.js",
"engines": {
"node": "*"
},
"dependencies": {
},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-uglify" : "0.3.2",
"grunt-contrib-cssmin": "0.7.0",
"mocha": "*",
"expect.js": "*"
},
"scripts": {
"test" : "make test"
}
}