go-libp2p-pubsub/package.json

78 lines
1.9 KiB
JSON
Raw Normal View History

{
2016-09-30 16:29:23 -07:00
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/libp2p/go-floodsub"
},
2016-09-30 16:29:23 -07:00
"gx": {
"dvcsimport": "github.com/libp2p/go-floodsub"
},
2016-09-30 16:29:23 -07:00
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV",
"name": "gogo-protobuf",
"version": "0.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmYftoT56eEfUBTD3erR6heXuPSUhGRezSmhSU8LeczP8b",
"name": "timecache",
"version": "1.0.0"
2016-10-05 12:47:20 -07:00
},
{
"author": "whyrusleeping",
2017-09-12 23:42:37 -07:00
"hash": "QmaSxYRuMq4pkpBBG2CYaRrPx2z7NmMVEs34b9g61biQA6",
2016-10-05 12:47:20 -07:00
"name": "go-libp2p-host",
2017-09-12 23:42:37 -07:00
"version": "2.0.0"
2016-11-19 23:13:16 +01:00
},
{
"author": "whyrusleeping",
2017-09-15 18:50:52 -07:00
"hash": "QmdzuGp4a9pahgXuBeReHdYGUzdVX3FUCwfmWVo5mQfkTi",
2016-11-19 23:13:16 +01:00
"name": "go-libp2p-netutil",
2017-09-15 18:50:52 -07:00
"version": "0.3.2"
},
{
"author": "whyrusleeping",
2017-09-12 23:42:37 -07:00
"hash": "QmPZRCaYeNLMo5GfcRS2rv9ZxVuXXt6MFg9dWLmgsdXKCw",
"name": "go-libp2p-blankhost",
2017-09-12 23:42:37 -07:00
"version": "0.2.0"
2017-07-27 00:18:44 -07:00
},
{
"author": "whyrusleeping",
2017-09-12 23:42:37 -07:00
"hash": "QmNa31VPzC561NWwRsJLE7nGYZYuuD2QfpK2b1q9BK54J1",
2017-07-27 00:18:44 -07:00
"name": "go-libp2p-net",
2017-09-12 23:42:37 -07:00
"version": "2.0.0"
2017-07-27 00:18:44 -07:00
},
{
"hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
"name": "go-log",
"version": "1.2.0"
},
{
"author": "multiformats",
"hash": "QmXY77cVe7rVRQXZZQRioukUM7aRW3BTcAgJe12MCtb3Ji",
"name": "go-multiaddr",
"version": "1.2.4"
},
{
"author": "whyrusleeping",
"hash": "QmXYjuNuxVzXKJCfWasQk1RqkhVLDM9jtUKhqc2WPQmFSB",
"name": "go-libp2p-peer",
"version": "2.2.0"
},
{
"author": "whyrusleeping",
"hash": "QmZNkThpqfVXs9GNbexPrfBbXSLNYeKrE7jwFM2oqHbyqN",
"name": "go-libp2p-protocol",
"version": "1.0.0"
2016-09-30 16:29:23 -07:00
}
],
"gxVersion": "0.9.0",
"language": "go",
"license": "",
"name": "floodsub",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
2017-09-15 18:50:52 -07:00
"version": "0.9.2"
}
2016-09-18 18:52:27 -07:00