forked from bencodezen/vuepress-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 876 Bytes
/
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
{
"name": "vuepress-starter-kit",
"version": "1.0.0",
"description": "A sample project to let you see what makes VuePress so great! ",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"serve": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bencodezen/vuepress-starter-kit.git"
},
"keywords": [
"vuejs",
"vuepress",
"documentation",
"static-site-gen"
],
"author": "Ben Hong <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bencodezen/vuepress-starter-kit/issues"
},
"homepage": "https://github.com/bencodezen/vuepress-starter-kit#readme",
"dependencies": {
"global": "^4.3.2",
"vuepress": "^1.2.0"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-rc.1"
}
}