-
Notifications
You must be signed in to change notification settings - Fork 19
/
dappnode_package.json
34 lines (34 loc) · 1.22 KB
/
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
27
28
29
30
31
32
33
34
{
"name": "brightid-node.public.dappnode.eth",
"version": "1.16.0",
"upstreamVersion": "6.18.0",
"shortDescription": "BrightID Node and API",
"description": "A BrightID Node stores the social graph and provides an API for public access. This package contains the Arango Database with the BrightID graph and provides a public API for BrightID clients.",
"type": "service",
"author": "Michael Bauer <michael@m-bauer.org> (https://github.com/triplespeeder)",
"categories": ["Communications"],
"keywords": ["BrightID", "Identity", "IDChain"],
"links": {
"homepage": "https://github.com/BrightID/BrightID-Node",
"api": "http://web.brightid-node.public.dappnode/brightid/",
"Arango database": "http://db.brightid-node.public.dappnode:8529/",
"Channel service stats": "http://web.brightid-node.public.dappnode/profile/stats"
},
"mainService": "web",
"repository": {
"type": "git",
"url": "https://github.com/BrightID/BrightID-Node.git"
},
"bugs": {
"url": "https://github.com/BrightID/BrightID-Node/issues"
},
"exposable": [
{
"name": "BrightID node API",
"description": "Endpoint for BrightID client",
"serviceName": "web",
"port": 80
}
],
"license": "ISC"
}