package.json 1.3 KB
Newer Older
Jeromy's avatar
Jeromy committed
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "why",
  "bugs": {
    "url": "https://github.com/ipfs/go-blockservice"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-blockservice"
  },
  "gxDependencies": [
    {
      "author": "why",
Steven Allen's avatar
Steven Allen committed
12
      "hash": "QmNQQEYL3Vpj4beteqyeRpVpivuX1wBP6Q5GZMdBPPTV3S",
Jeromy's avatar
Jeromy committed
13
      "name": "go-bitswap",
Steven Allen's avatar
Steven Allen committed
14
      "version": "1.0.6"
Jeromy's avatar
Jeromy committed
15 16 17
    },
    {
      "author": "hsanjuan",
Steven Allen's avatar
Steven Allen committed
18
      "hash": "QmWURzU3XRY4wYBsu2LHukKKHp5skkYB1K357nzpbEvRY4",
Jeromy's avatar
Jeromy committed
19
      "name": "go-ipfs-exchange-offline",
Steven Allen's avatar
Steven Allen committed
20
      "version": "0.0.12"
Jeromy's avatar
Jeromy committed
21 22 23 24 25 26 27 28 29
    },
    {
      "author": "jbenet",
      "hash": "QmeiCcJfDW1GJnWUArudsv5rQsihpi4oyddPhdqo3CfX6i",
      "name": "go-datastore",
      "version": "2.4.1"
    },
    {
      "author": "hsanjuan",
Steven Allen's avatar
Steven Allen committed
30
      "hash": "QmRNFh4wm6FgTDrtsWmnvEP9NTuEa3Ykf72y1LXCyevbGW",
Jeromy's avatar
Jeromy committed
31
      "name": "go-ipfs-blockstore",
Steven Allen's avatar
Steven Allen committed
32
      "version": "0.0.14"
Jeromy's avatar
Jeromy committed
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
    },
    {
      "author": "stebalien",
      "hash": "QmVzK524a2VWLqyvtBeiHKsUAWYgeAk4DBeZoY7vpNPNRx",
      "name": "go-block-format",
      "version": "0.1.8"
    },
    {
      "author": "why",
      "hash": "QmQwgv79RHrRnoXmhnpC1BPtY55HHeneGMpPwmmBU1fUAG",
      "name": "go-verifcid",
      "version": "0.0.1"
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "",
  "name": "go-blockservice",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
52
  "version": "1.0.6"
Jeromy's avatar
Jeromy committed
53 54
}