package.json 2.66 KB
Newer Older
Jeromy's avatar
Jeromy committed
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 88 89 90 91 92 93 94 95 96 97 98 99
{
  "author": "whyrusleeping",
  "bugs": {
    "url": "https://github.com/libp2p/go-libp2p-swarm"
  },
  "gx": {
    "dvcsimport": "github.com/libp2p/go-libp2p-swarm"
  },
  "gxDependencies": [
    {
      "author": "whyrusleeping",
      "hash": "QmdXimY9QHaasZmw6hWojWnCJvfgxETjZQfg9g6ZrA9wMX",
      "name": "go-libp2p-net",
      "version": "1.2.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmfWDLQjGjVe4fr5CoztYW2DYYjRysMJrFe1RCsXLPTf46",
      "name": "go-libp2p-crypto",
      "version": "1.3.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmXXCcQ7CLg5a81Ui9TTR35QcR4y7ZyihxwfjqaHfUVcVo",
      "name": "go-libp2p-peerstore",
      "version": "1.3.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP",
      "name": "goprocess",
      "version": "1.0.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmWMia2fBVBesMerbtApQY7Tj2sgTaziveBACfCRUcv45f",
      "name": "go-libp2p-transport",
      "version": "2.2.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmfXgTygwsTPyUWPWTAeBK6cFtTdMqmeeqhyhcNMhRpT1g",
      "name": "go-smux-spdystream",
      "version": "1.1.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "Qme8hbiTP4VNr1s7FxsfnnqrxbxPz3KPWtuGYeGbtFnhGC",
      "name": "go-smux-multistream",
      "version": "1.3.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmSHTSkxXGQgaHWz91oZV3CDy3hmKmDgpjbYRT6niACG4E",
      "name": "go-smux-yamux",
      "version": "1.1.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmSC7uaj9igPHBEBRVD48iahCe3kBrywsmSaU4FesHgXWn",
      "name": "ws-transport",
      "version": "1.4.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmSMZwvs3n4GBikZ7hKzT17c3bk65FmyZo2JqtJ16swqCv",
      "name": "multiaddr-filter",
      "version": "1.0.2"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmRmFKJgjjQhrT1uDyhpS87kE5M9YbMT8RBWam5uk8o4uH",
      "name": "go-peerstream",
      "version": "1.1.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmWpTXhTkpoCDEm9twJd5Rc9jFwy61emzxneeJzrVMfjGF",
      "name": "go-libp2p-metrics",
      "version": "1.2.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmdiBXu57LDzaoovc89jypRSNEhxVZ4zRig2AsXm9VwrsS",
      "name": "go-libp2p-conn",
      "version": "1.2.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmNiFRHdeJgN9svSGkEtmhd5sGvv3suSKZ1sRkLqoCzL76",
      "name": "go-tcp-transport",
      "version": "1.1.0"
    }
  ],
  "gxVersion": "0.9.1",
  "language": "go",
  "license": "",
  "name": "go-libp2p-swarm",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Jeromy's avatar
Jeromy committed
100
  "version": "1.2.0"
Jeromy's avatar
Jeromy committed
101 102
}