package.json 532 Bytes
Newer Older
Hector Sanjuan's avatar
Hector Sanjuan committed
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "hector",
  "bugs": {
    "url": "https://github.com/ipfs/go-ipfs-posinfo"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-ipfs-posinfo"
  },
  "gxDependencies": [
    {
      "author": "whyrusleeping",
Kevin Atkinson's avatar
Kevin Atkinson committed
12
      "hash": "QmUSyMZ8Vt4vTZr5HdDEgEfpwAXfQRuDdfCFTt7XBzhxpQ",
Hector Sanjuan's avatar
Hector Sanjuan committed
13
      "name": "go-ipld-format",
Kevin Atkinson's avatar
Kevin Atkinson committed
14
      "version": "0.5.6"
Hector Sanjuan's avatar
Hector Sanjuan committed
15 16 17 18 19 20 21
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "MIT",
  "name": "go-ipfs-posinfo",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Kevin Atkinson's avatar
Kevin Atkinson committed
22
  "version": "0.0.4"
Hector Sanjuan's avatar
Hector Sanjuan committed
23 24
}