package.json 540 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "hsanjuan",
  "bugs": {
    "url": "https://github.com/ipfs/go-ipfs-blocksutil"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-ipfs-blocksutil"
  },
  "gxDependencies": [
    {
      "author": "stebalien",
Steven Allen's avatar
Steven Allen committed
12
      "hash": "QmTRCUvZLiir12Qr6MV3HKfKMHX8Nf1Vddn6t2g5nsQSb9",
13
      "name": "go-block-format",
Steven Allen's avatar
Steven Allen committed
14
      "version": "0.1.7"
15 16 17 18 19 20 21
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "MIT",
  "name": "go-ipfs-blocksutil",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
22
  "version": "0.0.2"
23 24
}