forked from YMFE/ydoc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 928 Bytes
/
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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ydoc",
"version": "1.1.0",
"description": "Yummy Doc 文档生成工具",
"keywords": ["doc", "document"],
"homepage": "http://ymfe.tech/ydoc",
"main": "src/ydoc.js",
"bin": {
"ydoc": "bin/ydoc"
},
"author": {
"name": "edwon.lin",
"email": "[email protected]",
"url": "http://ymfe.tech"
},
"repository": {
"type": "git",
"url": "[email protected]:YMFE/ydoc.git"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"dependencies": {
"art-template": "^3.0.3",
"atropa-jsformatter": "^0.1.2",
"colors": "^1.1.2",
"comment-parser": "^0.4.0",
"cpr": "^1.1.1",
"glob": "^7.0.3",
"json5": "^0.5.0",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"optimist": "^0.6.1",
"through2": "^2.0.1",
"watch": "^0.17.1"
}
}