package.json 853 Bytes
Newer Older
Steven Allen's avatar
Steven Allen committed
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "stebalien",
  "bugs": {
    "url": "https://github.com/ipfs/go-block-format"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-block-format"
  },
  "gxDependencies": [
    {
      "author": "whyrusleeping",
12
      "hash": "QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7",
Steven Allen's avatar
Steven Allen committed
13
      "name": "go-cid",
14
      "version": "0.9.0"
Steven Allen's avatar
Steven Allen committed
15 16 17
    },
    {
      "author": "multiformats",
Steven Allen's avatar
Steven Allen committed
18
      "hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
Steven Allen's avatar
Steven Allen committed
19
      "name": "go-multihash",
Steven Allen's avatar
Steven Allen committed
20
      "version": "1.0.8"
Steven Allen's avatar
Steven Allen committed
21 22 23
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
24
      "hash": "QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A",
Steven Allen's avatar
Steven Allen committed
25
      "name": "go-ipfs-util",
Steven Allen's avatar
Steven Allen committed
26
      "version": "1.2.8"
Steven Allen's avatar
Steven Allen committed
27 28 29 30 31 32 33
    }
  ],
  "gxVersion": "0.11.0",
  "language": "go",
  "license": "",
  "name": "go-block-format",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Kevin Atkinson's avatar
Kevin Atkinson committed
34
  "version": "0.2.0"
Steven Allen's avatar
Steven Allen committed
35 36
}