-
Notifications
You must be signed in to change notification settings - Fork 291
/
package.json
33 lines (33 loc) · 999 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
{
"name": "GOFamily",
"version": "v1.0.0",
"description": "A book for go back-end programmers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev .",
"build": "vuepress build .",
"export": "vuepress export ."
},
"repository": "git+https://github.com/shgopher/GOFamily.git",
"author": "shgopher@qq.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/shgopher/GOFamily/issues"
},
"homepage": "https://github.com/shgopher/GOFamily#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.4.0",
"@vuepress/plugin-google-analytics": "^1.4.0",
"@vuepress/plugin-nprogress": "^1.9.7",
"github-buttons": "^2.13.0",
"moment": "^2.24.0",
"puppeteer": "^1.11.0",
"vuepress": "^1.4.0",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-comment": "^0.7.3"
},
"dependencies": {
"vuepress-plugin-baidu-tongji-analytics": "^1.0.2"
}
}