-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 778 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 778 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
{
"name": "contributor-site",
"version": "0.0.1",
"description": "Kubernetes Contributor Site",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"autoprefixer": "^10.4.20",
"docsy": "github:google/docsy#semver:0.7.2",
"postcss-cli": "^10.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kubernetes-sigs/contributor-site.git"
},
"author": "The Kubernetes Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kubernetes-sigs/contributor-site/issues"
},
"homepage": "https://github.com/kubernetes-sigs/contributor-site#readme",
"overrides": {
"@fortawesome/fontawesome-free": "^6.6.0"
}
}