|
2 | 2 | "name": "docsify-cli",
|
3 | 3 | "version": "3.2.5",
|
4 | 4 | "description": "A magical documentation generator.",
|
5 |
| - "author": "qingwei-li <[email protected]> (https://github.com/QingWei-Li)", |
| 5 | + "author": { |
| 6 | + "name": "qingwei-li", |
| 7 | + |
| 8 | + "url": "https://github.com/QingWei-Li" |
| 9 | + }, |
6 | 10 | "homepage": "https://github.com/QingWei-Li/docsify-cli#readme",
|
7 | 11 | "repository": {
|
8 | 12 | "type": "git",
|
9 | 13 | "url": "git+https://github.com/QingWei-Li/docsify-cli.git"
|
10 | 14 | },
|
11 | 15 | "license": "MIT",
|
12 | 16 | "engines": {
|
13 |
| - "node": ">= 4" |
| 17 | + "node": ">= 6", |
| 18 | + "npm": ">= 4" |
14 | 19 | },
|
15 | 20 | "main": "bin/docsify",
|
16 | 21 | "bin": {
|
17 | 22 | "docsify": "bin/docsify"
|
18 | 23 | },
|
19 | 24 | "files": [
|
20 | 25 | "bin",
|
21 |
| - "lib" |
| 26 | + "lib", |
| 27 | + "tools/locales" |
22 | 28 | ],
|
23 |
| - "scripts": { |
24 |
| - "test": "eslint lib bin/docsify --fix" |
25 |
| - }, |
26 | 29 | "dependencies": {
|
27 |
| - "chalk": "^1.1.0", |
28 |
| - "connect": "^3.5.0", |
| 30 | + "chalk": "^1.1.3", |
| 31 | + "connect": "^3.6.0", |
29 | 32 | "connect-livereload": "^0.6.0",
|
30 |
| - "cp-file": "^4.1.0", |
31 |
| - "docsify": ">=2", |
32 |
| - "fs-extra": "^2.0.0", |
33 |
| - "livereload": "^0.6.0", |
| 33 | + "cp-file": "^4.1.1", |
| 34 | + "docsify": ">=3", |
| 35 | + "fs-extra": "^2.1.2", |
| 36 | + "livereload": "^0.6.2", |
34 | 37 | "open": "^0.0.5",
|
35 |
| - "serve-static": "^1.11.1", |
36 |
| - "update-notifier": "^1.0.3", |
| 38 | + "serve-static": "^1.12.1", |
| 39 | + "update-notifier": "^2.1.0", |
37 | 40 | "y18n": "^3.2.1",
|
38 | 41 | "yargonaut": "^1.1.2",
|
39 |
| - "yargs": "^6.4.0" |
| 42 | + "yargs": "^7.0.2" |
40 | 43 | },
|
41 | 44 | "devDependencies": {
|
42 |
| - "eslint": "^3.10.2", |
43 |
| - "eslint-config-vue": "^2.0.1", |
44 |
| - "eslint-plugin-vue": "^1.0.0" |
| 45 | + "babel-core": "^6.18.2", |
| 46 | + "babel-preset-es2015": "^6.18.0", |
| 47 | + "babel-root-import": "^4.1.3", |
| 48 | + "chalk": "^1.1.3", |
| 49 | + "conventional-github-releaser": "^1.1.2", |
| 50 | + "cors": "^2.8.1", |
| 51 | + "eslint": "^3.18.0", |
| 52 | + "eslint-config-vue": "^2.0.2", |
| 53 | + "eslint-plugin-vue": "^2.0.1", |
| 54 | + "gulp": "^3.9.1", |
| 55 | + "gulp-bump": "^2.4.0", |
| 56 | + "gulp-connect": "^5.0.0", |
| 57 | + "gulp-conventional-changelog": "^1.1.0", |
| 58 | + "gulp-eslint": "^3.0.1", |
| 59 | + "gulp-help": "^1.6.1", |
| 60 | + "gulp-if": "^2.0.1", |
| 61 | + "gulp-load-plugins": "^1.3.0", |
| 62 | + "gulp-stats": "^0.0.4", |
| 63 | + "run-sequence": "^1.2.2", |
| 64 | + "yargs": "^7.0.2" |
45 | 65 | },
|
46 | 66 | "keywords": [
|
47 | 67 | "docsify",
|
|
0 commit comments