forked from leizongmin/programmer-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 740 Bytes
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
28
29
{
"name": "programmer-calendar",
"version": "0.0.5",
"description": "程序员老黄历命令行版",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leizongmin/programmer-calendar.git"
},
"author": "Zongmin Lei <leizongmin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leizongmin/programmer-calendar/issues"
},
"homepage": "https://github.com/leizongmin/programmer-calendar#readme",
"dependencies": {
"cli-color": "^1.1.0",
"lei-download": "^0.3.1"
},
"engines": {
"node": ">= 4.0.0"
},
"bin": {
"programmer-calendar": "./bin/calendar.js"
}
}