forked from Shard-Labs/sourcify-dappnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
37 lines (37 loc) · 920 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
33
34
35
36
37
{
"name": "sourcify.public.dappnode.eth",
"version": "0.1.0",
"description": "Sourcify is a decentralized automated contract verification service",
"mainService": "ui",
"type": "service",
"backup": [
{
"name":"repository", "path": "/data", "service": "repository"
}
],
"author": "Shard Labs <info@shardlabs.io>",
"contributors": [
"Jakov <jakov@shardlabs.io> (https://github.com/Jakic007)"
],
"keywords": [
"ethereum",
"verification",
"smart contract"
],
"categories": [
"Developer tools"
],
"links": {
"homepage": "https://github.com/ethereum/sourcify",
"ui": "http://sourcify.public.dappnode:1234",
"api": "http://server.sourcify.public.dappnode"
},
"repository": {
"type": "git",
"url": "https://github.com/ethereum/sourcify"
},
"bugs": {
"url": "https://github.com/ethereum/sourcify/issues"
},
"license": "MIT"
}