-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
35 lines (35 loc) · 816 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": "jgsrty.github.docs",
"version": "1.0.0",
"description": "rty docs",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"sh": "bash deploy.sh",
"mysh": "bash deployGitee.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgsrty/jgsrty.github.docs.git"
},
"keywords": [
"docs",
"rty"
],
"author": "rty",
"license": "ISC",
"bugs": {
"url": "https://github.com/jgsrty/jgsrty.github.docs/issues"
},
"homepage": "https://github.com/jgsrty/jgsrty.github.docs#readme",
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-beta.49",
"sass": "^1.53.0",
"vuepress": "2.0.0-beta.49",
"vuepress-webpack": "2.0.0-beta.49"
}
}