forked from dappnode/DNP_ADMIN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
32 lines (32 loc) · 960 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
27
28
29
30
31
32
{
"name": "admin.dnp.dappnode.eth",
"version": "0.1.10",
"description": "Dappnode package responsible for providing the administrative user interface",
"avatar": "/ipfs/QmP7rbBLMfKTHpVQwfmgrenYuuUkVw5CXDfzJSoPBiJuNj",
"type": "dncore",
"image": {
"path": "",
"hash": "",
"size": "",
"restart": "always",
"subnet": "172.33.0.0/16",
"ipv4_address": "172.33.1.9"
},
"author": "DAppLion <[email protected]> (https://github.com/dapplion)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)"
],
"keywords": ["DAppNodeCore", "DAPP", "ui", "admin"],
"homepage": {
"adminui": "http://my.admin.dnp.dappnode.eth",
"homepage": "https://github.com/dappnode/DNP_ETHCHAIN#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DNP_ADMIN"
},
"bugs": {
"url": "https://github.com/dappnode/DNP_ADMIN/issues"
},
"license": "GPL-3.0"
}