-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdappnode_package.json
More file actions
34 lines (34 loc) · 1.29 KB
/
dappnode_package.json
File metadata and controls
34 lines (34 loc) · 1.29 KB
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
{
"name": "zcash.public.dappnode.eth",
"version": "0.2.15",
"upstreamVersion": "v5.9.0",
"shortDescription": "Zcash is a privacy-protecting, digital currency built on strong science.",
"description": "Zcash is a privacy-protecting, digital currency built on strong science. Transact efficiently and safely with low fees while ensuring digital transactions remain private. Selectively share address and transaction information for auditing or regulatory compliance.",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"upstreamRepo": "zcash/zcash",
"upstreamArg": "UPSTREAM_VERSION",
"chain": "bitcoin",
"requirements": {
"minimumDappnodeVersion": "0.2.10"
},
"links": {
"host": "zcash.public.dappnode",
"api": "http://zcash.public.dappnode:8332",
"homepage": "https://github.com/dappnode/DAppNodePackage-zcash#readme"
},
"license": "GPL-3.0",
"categories": ["Blockchain"],
"keywords": ["zcash"],
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-zcash.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-zcash/issues"
}
}