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