-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 967 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 967 Bytes
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
{
"name": "docs",
"version": "0.1.0",
"description": "CoderBot documentation, guides and manual",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev pages/",
"build": "vuepress build pages/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoderBotOrg/docs.git"
},
"author": "Antonio Vivace",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/CoderBotOrg/docs/issues"
},
"homepage": "https://github.com/CoderBotOrg/docs#readme",
"dependencies": {
"typeface-nunito": "0.0.54",
"typeface-roboto-mono": "0.0.54",
"vuepress": "^1.5.0"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
"copyfiles": "^2.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.5.4",
"typeface-overpass-mono": "0.0.71",
"webpack": "^4.29.0"
}
}