package.json 2.44 KB
Newer Older
Łukasz Magiera's avatar
Init gx  
Łukasz Magiera 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
{
  "author": "magik6k",
  "bugs": {
    "url": "https://github.com/ipfs/interface-go-ipfs-core"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/interface-go-ipfs-core"
  },
  "gxDependencies": [
    {
      "author": "magik6k",
      "hash": "QmaXvvAVAQ5ABqM5xtjYmV85xmN5MkWAZsX9H9Fwo4FVXp",
      "name": "go-ipfs-files",
      "version": "2.0.4"
    },
    {
      "author": "multiformats",
      "hash": "QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW",
      "name": "go-multihash",
      "version": "1.0.9"
    },
    {
      "author": "multiformats",
      "hash": "QmNTCey11oxhb1AxDnQBRHtdhap6Ctud872NjAYPYYXPuc",
      "name": "go-multiaddr",
      "version": "1.4.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmPJxxDsX2UbchSHobbYuvz7qnyJTFKvaKMzE2rZWJ4x5B",
      "name": "go-libp2p-peer",
      "version": "3.1.0"
    },
    {
      "author": "why",
      "hash": "QmQ3YSqfxunT5QBg6KBVskKyRE26q6hjSMyhpxchpm7jEN",
      "name": "go-path",
      "version": "1.1.31"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmQFFp4ntkd4C14sP3FaH9WJyBuetuGUVo6dShNHvnoEvC",
      "name": "go-libp2p-peerstore",
      "version": "2.0.14"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw",
      "name": "go-cid",
      "version": "0.9.1"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmRL22E4paat7ky7vx9MLpR97JHHbFPrg3ytFQw6qp1y1s",
      "name": "go-ipld-format",
      "version": "0.8.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmRZxJ7oybgnnwriuRub9JXp5YdFM9wiGSyRq38QC7swpS",
      "name": "go-ipld-cbor",
      "version": "1.5.8"
    },
    {
      "author": "why",
      "hash": "QmUtsx89yiCY6F8mbpP6ecXckiSzCBH7EvkKZuZEHBcr1m",
      "name": "go-merkledag",
      "version": "1.1.29"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmZ7cBWUXkyWTMN4qH6NGoyMVs7JugyFChBNP4ZUp5rJHH",
      "name": "go-libp2p-net",
      "version": "3.0.23"
    },
    {
      "author": "why",
      "hash": "QmZArMcsVDsXdcLbUx4844CuqKXBpbxdeiryM4cnmGTNRq",
      "name": "go-unixfs",
      "version": "1.3.2"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmZNkThpqfVXs9GNbexPrfBbXSLNYeKrE7jwFM2oqHbyqN",
      "name": "go-libp2p-protocol",
      "version": "1.0.0"
    }
  ],
  "gxVersion": "0.14.0",
  "language": "go",
  "license": "",
  "name": "interface-go-ipfs-core",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
  "version": "0.0.0"
}