UNPKG

1.71 kBJSONView Raw
1{
2 "name": "ydoc",
3 "version": "3.2.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 "ghooks": "^2.0.0",
47 "gulp": "^3.9.1",
48 "gulp-concat": "^2.6.0",
49 "gulp-minify-css": "^1.2.4",
50 "gulp-sass": "^2.3.2",
51 "gulp-uglify": "^2.0.0",
52 "validate-commit-msg": "^2.12.2"
53 },
54 "config": {
55 "ghooks": {
56 "commit-msg": "validate-commit-msg"
57 },
58 "validate-commit-msg": {
59 "types": [
60 "feat",
61 "fix",
62 "docs",
63 "test",
64 "chore",
65 "refactor",
66 "opti"
67 ],
68 "warnOnFail": false,
69 "maxSubjectLength": 100,
70 "subjectPattern": ".+",
71 "subjectPatternErrorMsg": "请输入message信息!",
72 "helpMessage": "Commit message 格式错误, \n请查看规范: http://wiki.corp.qunar.com/pages/viewpage.action?pageId=159698767"
73 }
74 }
75}