forked from docsifyjs/docsify-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.76 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "docsify-cli",
"version": "4.3.0",
"description": "A magical documentation generator.",
"author": {
"name": "qingwei-li",
"email": "[email protected]",
"url": "https://github.com/QingWei-Li"
},
"homepage": "https://github.com/QingWei-Li/docsify-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/QingWei-Li/docsify-cli.git"
},
"license": "MIT",
"engines": {
"node": ">= 4",
"npm": ">= 3"
},
"main": "bin/docsify",
"bin": {
"docsify": "bin/docsify"
},
"files": [
"bin",
"lib",
"tools/locales"
],
"dependencies": {
"chalk": "^1.1.3",
"connect": "^3.6.0",
"connect-livereload": "^0.6.0",
"cp-file": "^4.1.1",
"docsify": ">=3",
"docsify-server-renderer": ">=4",
"fs-extra": "^2.1.2",
"livereload": "^0.7.0",
"lru-cache": "^4.1.1",
"opn": "^5.3.0",
"serve-static": "^1.12.1",
"update-notifier": "^2.1.0",
"y18n": "^3.2.1",
"yargonaut": "^1.1.2",
"yargs": "^7.0.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-root-import": "^4.1.3",
"chalk": "^1.1.3",
"conventional-github-releaser": "^1.1.2",
"cors": "^2.8.1",
"eslint": "^3.18.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.0.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-connect": "^5.6.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-stats": "^0.0.4",
"run-sequence": "^1.2.2",
"yargs": "^7.0.2"
},
"keywords": [
"docsify",
"doc",
"docs",
"documentation",
"creator",
"generator",
"cli"
]
}