-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdappnode_package.json
26 lines (26 loc) · 1008 Bytes
/
dappnode_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
{
"name": "archipel.public.dappnode.eth",
"version": "2.2.5",
"upstreamVersion": "2.2.5",
"shortDescription": "Archipel : Divide and federate to run unsinkable services. Welcome aboard to all cloud shipwrecked !",
"description": "Archipel goal is to assure HA (High-Availbility) for services on decentralized infrastructures by federating several DAppNodes. [README](https://github.com/luguslabs/archipel#archipel)",
"requirements": {
"minimumDappnodeVersion": "0.2.19"
},
"type": "service",
"runOrder": ["archipel.public.dappnode.eth"],
"author": "Lugus Labs (https://github.com/luguslabs)",
"contributors": [
"Francois Branciard (https://github.com/branciard)",
"Vladimir Ostapenco (https://github.com/vladostp)"
],
"categories": ["Developer tools"],
"links": {
"homepage": "https://github.com/luguslabs/DAppNodePackage-archipel.git"
},
"repository": {
"type": "git",
"url": "https://github.com/luguslabs/archipel.git"
},
"license": "Apache 2"
}