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