-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
28 lines (28 loc) · 873 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
{
"name": "network-infrastructure",
"version": "1.0.0",
"description": "Docs for Docker and other metacpan infrastructure",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev --host 127.0.0.1",
"docs:build": "vuepress build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metacpan/network-infrastructure.git"
},
"author": "leo@cuckoo.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/metacpan/network-infrastructure/issues"
},
"homepage": "https://github.com/metacpan/network-infrastructure#readme",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"@vuepress/plugin-search": "^2.0.0-rc.55",
"@vuepress/theme-default": "^2.0.0-rc.60",
"sass-embedded": "^1.81.0",
"vuepress": "^2.0.0-rc.18"
}
}