-
Notifications
You must be signed in to change notification settings - Fork 4.7k
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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
{
"name": "vuepress",
"version": "1.2.0",
"description": "Minimalistic doc generator with Vue component based layout system",
"keywords": [
"documentation",
"generator",
"vue"
],
"homepage": "https://github.com/vuejs/vuepress#readme",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/vuepress"
},
"license": "MIT",
"author": "Evan You",
"main": "index.js",
"bin": {
"vuepress": "cli.js"
},
"scripts": {
"postinstall": "opencollective-postinstall || true"
},
"browserslist": [
">1%"
],
"dependencies": {
"@vuepress/core": "^1.2.0",
"@vuepress/theme-default": "^1.2.0",
"cac": "^6.5.5",
"envinfo": "^7.2.0",
"opencollective-postinstall": "^2.0.2"
},
"engines": {
"node": ">=8.6"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/vuepress"
},
"maintainers": [
{
"name": "ULIVZ",
"email": "chl814@foxmail.com"
}
]
}