package.json 2.05 KB
Newer Older
Jeromy's avatar
Jeromy committed
1 2 3 4 5 6 7 8 9 10
{
  "author": "why",
  "bugs": {
    "url": "https://github.com/ipfs/go-unixfs"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-unixfs"
  },
  "gxDependencies": [
    {
Steven Allen's avatar
Steven Allen committed
11
      "hash": "QmPVqQHEfLpqK7JLCsUkyam7rhuV3MAeZ9gueQQCrBwCta",
Jeromy's avatar
Jeromy committed
12
      "name": "go-ipfs-cmdkit",
Steven Allen's avatar
Steven Allen committed
13
      "version": "1.1.2"
Jeromy's avatar
Jeromy committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
    },
    {
      "author": "whyrusleeping",
      "hash": "QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx",
      "name": "murmur3",
      "version": "0.0.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A",
      "name": "go-ipfs-util",
      "version": "1.2.8"
    },
    {
      "author": "multiformats",
      "hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
      "name": "go-multihash",
      "version": "1.0.8"
    },
    {
      "author": "why",
Kevin Atkinson's avatar
Kevin Atkinson committed
35
      "hash": "QmXhrNaxjxNLwAHnWQScc6GxvpJMyn8wfdRmGDbUQwpfth",
Jeromy's avatar
Jeromy committed
36
      "name": "go-merkledag",
Kevin Atkinson's avatar
Kevin Atkinson committed
37
      "version": "1.0.7"
Jeromy's avatar
Jeromy committed
38 39 40
    },
    {
      "author": "hector",
Kevin Atkinson's avatar
Kevin Atkinson committed
41
      "hash": "QmWjvVuzD3Dqf3VznGAXUs1VqpG4dd35ounVCnLam8v7Xt",
Jeromy's avatar
Jeromy committed
42
      "name": "go-ipfs-posinfo",
Kevin Atkinson's avatar
Kevin Atkinson committed
43
      "version": "0.0.4"
Jeromy's avatar
Jeromy committed
44 45 46 47 48 49 50 51 52
    },
    {
      "author": "Stebalien",
      "hash": "QmTbBs3Y3u5F69XNJzdnnc6SP5GKgcXxCDzx6w8m6piVRT",
      "name": "go-bitfield",
      "version": "0.1.1"
    },
    {
      "author": "hsanjuan",
Kevin Atkinson's avatar
Kevin Atkinson committed
53
      "hash": "Qme4ThG6LN6EMrMYyf2AMywAZaGbTYxQu4njfcSSkcisLi",
Jeromy's avatar
Jeromy committed
54
      "name": "go-ipfs-chunker",
Kevin Atkinson's avatar
Kevin Atkinson committed
55
      "version": "0.0.9"
Jeromy's avatar
Jeromy committed
56 57 58
    },
    {
      "author": "whyrusleeping",
Kevin Atkinson's avatar
Kevin Atkinson committed
59
      "hash": "Qmdu2AYUV7yMoVBQPxXNfe7FJcdx16kYtsx6jAPKWQYF1y",
Jeromy's avatar
Jeromy committed
60
      "name": "go-cid",
Kevin Atkinson's avatar
Kevin Atkinson committed
61
      "version": "0.7.24"
Jeromy's avatar
Jeromy committed
62 63 64
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
65
      "hash": "QmdxUuburamoF6zF9qjeQC4WYcWGbWuRmdLacMEsW8ioD8",
Jeromy's avatar
Jeromy committed
66 67 68 69 70
      "name": "gogo-protobuf",
      "version": "0.0.0"
    },
    {
      "author": "whyrusleeping",
Kevin Atkinson's avatar
Kevin Atkinson committed
71
      "hash": "QmUSyMZ8Vt4vTZr5HdDEgEfpwAXfQRuDdfCFTt7XBzhxpQ",
Jeromy's avatar
Jeromy committed
72
      "name": "go-ipld-format",
Kevin Atkinson's avatar
Kevin Atkinson committed
73
      "version": "0.5.6"
Jeromy's avatar
Jeromy committed
74 75 76 77 78 79 80
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "",
  "name": "go-unixfs",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Kevin Atkinson's avatar
Kevin Atkinson committed
81
  "version": "1.0.8"
Jeromy's avatar
Jeromy committed
82 83
}