forked from jsonzhou9/LunarCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"author": "JasonZhou <[email protected]> (http://www.2fz1.com/)",
"name": "lunar-calendar",
"description": "农历(阴历)万年历,是一款支持Node.js和浏览器端使用的全功能农历和公历日历类库。支持农历与公历之间相互转换,含有二十四节气,天干地支纪年纪月纪日,生肖属相,公历节假日及农历传统节假日信息等功能。自带2013-2014节假日安排数据,并可自行配置。带有黄历数据,可自行选择配置。支持1891-2100年。",
"keywords": ["chinese lunar", "lunar", "农历", "阴历", "万年历", "LunarCalendar", "calendar"],
"version": "0.1.4",
"repository": {
"type": "git",
"url": "https://github.com/zzyss86/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"
}
}