forked from ktquez/vuepress-theme-ktquez-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 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
35
{
"name": "your-name-app",
"version": "0.1.0",
"description": "Descripton your webapp",
"scripts": {
"dev": "node_modules/.bin/vuepress dev src",
"build": "node_modules/.bin/vuepress build src"
},
"repository": {
"type": "git",
"url": "https://github.com/ktquez/vuepress-theme-ktquez-starter"
},
"keywords": [
"vuepress",
"vuepress-theme",
"site",
"blog",
"theme-ktquez",
"markdown",
"static",
"vuejs"
],
"author": "Alan Ktquez <[email protected]> (https://ktquez.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ktquez/vuepress-theme-ktquez-starter/issues"
},
"homepage": "https://github.com/ktquez/vuepress-theme-ktquez#readme",
"devDependencies": {
"vuepress": "^0.14.2"
},
"dependencies": {
"vuepress-theme-ktquez": "^0.2.18"
}
}