forked from Bit-Nation/panthalassa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (87 loc) · 2.17 KB
/
package.json
File metadata and controls
88 lines (87 loc) · 2.17 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"author": "florian",
"bugs": {
"url": "githu.com"
},
"gx": {
"dvcsimport": "github.com/florianlenz/panthalassa"
},
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmNh1kGFFdsPu79KNSaL4NUKUPb4Eiz4KHdMtFY6664RDp",
"name": "go-libp2p",
"version": "5.0.14"
},
{
"author": "why",
"hash": "QmQViVWBHbU6HmYjXcdNq7tVASCNgdg64ZGcauuDkLCivW",
"name": "go-ipfs-addr",
"version": "0.1.7"
},
{
"author": "whyrusleeping",
"hash": "QmctbcXMMhxTjm5ybWpjMwDmabB39ANuhB5QNn8jpD4JTv",
"name": "go-libp2p-floodsub",
"version": "0.9.11"
},
{
"author": "multiformats",
"hash": "QmZyZDi491cCNTLfAhwcaDii2Kg4pwKRkhqQzURGDvY6ua",
"name": "go-multihash",
"version": "1.0.7"
},
{
"author": "whyrusleeping",
"hash": "QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY",
"name": "go-cid",
"version": "0.7.20"
},
{
"author": "jbenet",
"hash": "QmeiCcJfDW1GJnWUArudsv5rQsihpi4oyddPhdqo3CfX6i",
"name": "go-datastore",
"version": "2.4.1"
},
{
"author": "jbenet",
"hash": "QmPpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg",
"name": "go-datastore",
"version": "1.4.1"
},
{
"author": "florian",
"hash": "QmQVFBtJk8WXP7dVuAdcom5o7vRZF9pNBN5ZghuLvz5rLy",
"name": "go-libp2p-bootstrap",
"version": "1.0.0"
},
{
"author": "whyrusleeping",
"hash": "Qme1knMqwt1hKZbc1BmQFmnm9f36nyQGwXxPGVpVJ9rMK5",
"name": "go-libp2p-crypto",
"version": "1.6.2"
},
{
"hash": "QmSBxn1eLMdViZRDGW9rRHRYwtqq5bqUgipqTMPuTim616",
"name": "go-libp2p-kad-dht",
"version": "4.0.4"
},
{
"hash": "QmTG23dvpBCBjqQwyDxV8CQT6jmS4PSftNr1VqHhE3MLy7",
"name": "go-log",
"version": "1.4.1"
},
{
"author": "whyrusleeping",
"hash": "QmcJukH2sAFjY3HdBKq35WDzWoL3UUu2gt9wdfqZTUyM74",
"name": "go-libp2p-peer",
"version": "2.3.2"
}
],
"gxVersion": "0.12.1",
"language": "go",
"license": "",
"name": "panthalassa",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.0.0"
}