package.json 1.29 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",
12
      "hash": "QmQPWVDYeWvxN75cP4MGrbMVpADm2XqpM4KxgvbxkYk16u",
Jeromy's avatar
Jeromy committed
13
      "name": "go-bitswap",
14
      "version": "1.1.0"
Jeromy's avatar
Jeromy committed
15 16 17
    },
    {
      "author": "hsanjuan",
18
      "hash": "QmXHsHBveZF6ueKzDJbUg476gmrbzoR1yijiyH5SZAEuDT",
Jeromy's avatar
Jeromy committed
19
      "name": "go-ipfs-exchange-offline",
20
      "version": "0.1.0"
Jeromy's avatar
Jeromy committed
21 22 23
    },
    {
      "author": "jbenet",
Steven Allen's avatar
Steven Allen committed
24
      "hash": "QmSpg1CvpXQQow5ernt1gNBXaXV6yxyNqi7XoeerWfzB5w",
Jeromy's avatar
Jeromy committed
25
      "name": "go-datastore",
Steven Allen's avatar
Steven Allen committed
26
      "version": "3.1.0"
Jeromy's avatar
Jeromy committed
27 28 29
    },
    {
      "author": "hsanjuan",
30
      "hash": "QmeMussyD8s3fQ3pM19ZsfbxvomEqPV9FvczLMWyBDYSnS",
Jeromy's avatar
Jeromy committed
31
      "name": "go-ipfs-blockstore",
32
      "version": "0.1.0"
Jeromy's avatar
Jeromy committed
33 34 35
    },
    {
      "author": "stebalien",
36
      "hash": "QmRcHuYzAyswytBuMF78rj3LTChYszomRFXNg4685ZN1WM",
Jeromy's avatar
Jeromy committed
37
      "name": "go-block-format",
38
      "version": "0.2.0"
Jeromy's avatar
Jeromy committed
39 40 41
    },
    {
      "author": "why",
42
      "hash": "QmVkMRSkXrpjqrroEXWuYBvDBnXCdMMY6gsKicBGVGUqKT",
Jeromy's avatar
Jeromy committed
43
      "name": "go-verifcid",
44
      "version": "0.1.0"
Jeromy's avatar
Jeromy committed
45 46 47 48 49 50 51
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "",
  "name": "go-blockservice",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Kevin Atkinson's avatar
Kevin Atkinson committed
52
  "version": "1.1.0"
Jeromy's avatar
Jeromy committed
53 54
}