UNPKG

chinese-lunar_fix

Version:

农历与公历相互转换的类库,支持农历的之间的加减运算,并提供生肖、干支等,支持1900-2100年

29 lines (28 loc) 643 B
{ "author": "Conis <conis.yi@gmail.com> (http://iove.net/)", "name": "chinese-lunar_fix", "description": "农历与公历相互转换的类库,支持农历的之间的加减运算,并提供生肖、干支等,支持1900-2100年", "keywords": [ "chinese lunar", "lunar", "农历", "旧历" ], "version": "0.1.6", "repository": { "type": "git", "url": "git://github.com/conis/chinese-lunar.git" }, "main": "./lib/chinese-lunar.js", "engines": { "node": "*" }, "dependencies": {}, "devDependencies": { "mocha": "*", "expect.js": "*" }, "scripts": { "test": "mocha" } }