forked from jh-bate/hello-world-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 923 Bytes
/
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
38
{
"name": "Hello World",
"id" : "helloworld",
"app_icon": "img/decerver.png",
"version": "0.0.1",
"homepage": "https://erisindustries.com",
"author": {
"name": "Eris Industries, Ltd.",
"url": "https://erisindustries.com"
},
"repository": {
"type": "git",
"url": "git://github.com/eris-ltd/hello-world-dapp.git"
},
"bugs": {
"url": "https://github.com/eris-ltd/hello-world-dapp/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/eris-ltd/hello-world-dapp/blob/master/LICENSE.txt"
}
],
"module_dependencies": [
{
"name" : "monk",
"version" : "0.0.1",
"data" : {
"peer_server_address": "111.111.111.111:9999",
"blockchain_id": "f858469a00e80e4f5eb536501eb7d98c7e1cc432",
"root_contract": "0xcfaa4c649dc45196e21e5a91d673b7538bd72980"
}
}, {
"name" : "ipfs",
"version" : "0.0.1"
}
]
}