UNPKG

1.1 kBJSONView Raw
1{
2 "name": "ydoc",
3 "version": "3.1.0",
4 "description": "Yummy Doc 文档生成工具",
5 "keywords": [
6 "doc",
7 "document"
8 ],
9 "homepage": "http://ymfe.tech/ydoc",
10 "main": "src/ydoc.js",
11 "bin": {
12 "ydoc": "bin/ydoc"
13 },
14 "author": {
15 "name": "edwon.lin",
16 "email": "edwon.lim@gmail.com",
17 "url": "http://ymfe.tech"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git@github.com:YMFE/ydoc.git"
22 },
23 "engines": {
24 "node": ">=4"
25 },
26 "license": "MIT",
27 "dependencies": {
28 "art-template": "^3.0.3",
29 "atropa-jsformatter": "^0.1.2",
30 "colors": "^1.1.2",
31 "comment-parser": "^0.4.0",
32 "cpr": "^1.1.1",
33 "glob": "^7.0.3",
34 "globby": "^6.1.0",
35 "html-entities": "^1.2.1",
36 "json5": "^0.5.0",
37 "marked": "^0.3.5",
38 "mkdirp": "^0.5.1",
39 "optimist": "^0.6.1",
40 "prismjs": "^1.6.0",
41 "shelljs": "^0.7.8",
42 "through2": "^2.0.1",
43 "watch": "^0.17.1"
44 },
45 "devDependencies": {
46 "gulp": "^3.9.1",
47 "gulp-concat": "^2.6.0",
48 "gulp-minify-css": "^1.2.4",
49 "gulp-sass": "^2.3.2",
50 "gulp-uglify": "^2.0.0"
51 }
52}