forked from MoJo2600/pihole-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 805 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": "pihole-kubernetes",
"version": "1.0.0",
"description": "A helm chart for Pi-hole",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "example"
},
"scripts": {
"updateReadme": "docker run --rm --volume \"$(pwd):/helm-docs\" -u $(id -u) jnorwood/helm-docs:latest",
"all-contributorsCheck": "all-contributors check",
"all-contributorsAdd": "all-contributors add"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoJo2600/pihole-kubernetes.git"
},
"author": "Christian Erhardt",
"license": "ISC",
"bugs": {
"url": "https://github.com/MoJo2600/pihole-kubernetes/issues"
},
"homepage": "https://github.com/MoJo2600/pihole-kubernetes#readme",
"devDependencies": {
"all-contributors-cli": "^6.20.0"
}
}