forked from kubevirt/kubevirt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 740 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 740 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
{
"name": "kubevirt.io",
"version": "2.0.0",
"description": "Virtual Machine Management on Kubernetes",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"publish-travis": "main _site",
"test": "yaspeller-ci --only-errors --find-repeat-words --ignore-digits --ignore-urls ./**/*.md"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kubevirt/kubevirt.github.io.git"
},
"author": "KubeVirt",
"license": "MIT",
"bugs": {
"url": "https://github.com/kubevirt/kubevirt.github.io/issues"
},
"devDependencies": {
"pre-commit": "^1.2.2",
"yaspeller-ci": "^1.0.2"
},
"dependencies": {
"yaspeller": "^7.0.0"
}
}