package.json 519 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "whyrusleeping",
  "bugs": {
    "url": "https://github.com/ipfs/go-ipld-node"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-ipld-node"
  },
  "gxDependencies": [
    {
      "author": "whyrusleeping",
Jeromy's avatar
Jeromy committed
12
      "hash": "QmcqyBnUyn9NYC9nusuHw5rSBaXGqhfLb7wFh61ohGc2pK",
13
      "name": "go-cid",
Lars Gierth's avatar
Lars Gierth committed
14
      "version": "0.7.7"
15 16 17 18 19 20 21
    }
  ],
  "gxVersion": "0.10.0",
  "language": "go",
  "license": "",
  "name": "go-ipld-node",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Jeromy's avatar
Jeromy committed
22
  "version": "0.4.3"
23 24
}