fix issue zzyss86/LunarCalendar#4
[LunarCalendar.git] / package.json
CommitLineData
dbda9b49 1{
da9d4fd3 2 "author": "Steven Fong <waneblade@gmail.com>",
3 "name": "lunar-calendar-zh",
4 "description": "農曆(陰曆)萬年曆,是一款支持Node.js和瀏覽器端使用的全功能農曆和公曆日曆類庫。支持農曆與公曆之間相互轉換,含有二十四節氣,天干地支紀年紀月紀日,生肖屬相,公曆節假日及農曆傳統節假日信息等功能。自帶2013-2014節假日安排數據,並可自行配置。帶有黃曆數據,可自行選擇配置。支持1891-2100年。",
dbda9b49 5 "keywords": ["chinese lunar", "lunar", "农历", "阴历", "万年历", "LunarCalendar", "calendar"],
414b25d1 6 "version": "0.1.4",
dbda9b49 7 "repository": {
8 "type": "git",
da9d4fd3 9 "url": "https://github.com/roadmanfong/LunarCalendar.git"
dbda9b49 10 },
11 "main": "./lib/LunarCalendar.js",
12 "engines": {
13 "node": "*"
14 },
15 "dependencies": {
16 },
17 "devDependencies": {
18 "grunt": "0.4.2",
19 "grunt-contrib-uglify" : "0.3.2",
966225a4 20 "grunt-contrib-cssmin": "0.7.0",
dbda9b49 21 "mocha": "*",
22 "expect.js": "*"
23 },
24 "scripts": {
25 "test" : "make test"
26 }
27}