-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 903 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 903 Bytes
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
39
{
"name": "2gather",
"id": "2gather",
"app_icon": "img/decerver.png",
"version": "0.5.0",
"homepage": "https://erisindustries.com",
"author": {
"name": "Eris Industries, Ltd.",
"url": "https://erisindustries.com"
},
"repository": {
"type": "git",
"url": "git://github.com/eris-ltd/2gather.git"
},
"bugs": {
"url": "https://github.com/eris-ltd/2gather/issues"
},
"licenses": [
{
"type": "CUSTOM",
"url": "https://github.com/eris-ltd/2gather/blob/master/LICENSE"
}
],
"module_dependencies": [
{
"name": "monk",
"version": "0.8.1",
"data": {
"peer_server_address": "104.236.146.58:15256",
"blockchain_id": "49aa20cbeb2c1bf4a5d0863f1ac2e61b04cde50c",
"root_contract": "0x46905240fc174f2269ae8e806f3bc6b94784664a"
}
},
{
"name": "ipfs",
"version": "0.0.1"
}
]
}