-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 837 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 837 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
30
31
32
33
34
35
36
37
38
39
{
"name": "zfdoc",
"version": "0.0.7",
"description": "一个非常简单的文档生成工具",
"repository": {
"type": "git",
"url": "https://github.com/zhufengnodejs/zfdoc.git"
},
"main": "index.js",
"bin": {
"zfdoc": ".bin/idoc.js"
},
"keywords": [
"idoc",
"markdown",
"api",
"document",
"tool"
],
"scripts": {},
"author": "zhufengnodejs <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer-stylus": "^0.8.1",
"cheerio": "^0.19.0",
"chokidar": "^1.5.0",
"commander": "^2.9.0",
"ejs": "^2.4.1",
"highlight.js": "^8.9.1",
"inquirer": "^0.9.0",
"marked": "^0.3.5",
"semver": "^5.1.0",
"shelljs": "^0.5.3",
"ssr": "^1.0.15",
"stylus": "^0.52.4",
"underscore": "^1.8.3",
"colors-cli": "^1.0.7"
}
}