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",
Kevin Atkinson's avatar
Kevin Atkinson committed
12
      "hash": "QmSvKH3nHWu3p4E8e1WcZbcFcoJAgEgFaRPCj51LjNP3b3",
Jeromy's avatar
Jeromy committed
13
      "name": "go-bitswap",
Kevin Atkinson's avatar
Kevin Atkinson committed
14
      "version": "1.0.7"
Jeromy's avatar
Jeromy committed
15 16 17
    },
    {
      "author": "hsanjuan",
Kevin Atkinson's avatar
Kevin Atkinson committed
18
      "hash": "QmNxamk8jB6saNF5G37Tiipf2JEnxt7qvesbngPMe24wMS",
Jeromy's avatar
Jeromy committed
19
      "name": "go-ipfs-exchange-offline",
Kevin Atkinson's avatar
Kevin Atkinson committed
20
      "version": "0.0.13"
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",
Kevin Atkinson's avatar
Kevin Atkinson committed
30
      "hash": "QmYir8arYJK1RMzDBZU1dqscLorWvthWU8aStL4xhxdYeT",
Jeromy's avatar
Jeromy committed
31
      "name": "go-ipfs-blockstore",
Kevin Atkinson's avatar
Kevin Atkinson committed
32
      "version": "0.0.15"
Jeromy's avatar
Jeromy committed
33 34 35
    },
    {
      "author": "stebalien",
Kevin Atkinson's avatar
Kevin Atkinson committed
36
      "hash": "QmZXvzTJTiN6p469osBUtEwm4WwhXXoWcHC8aTS1cAJkjy",
Jeromy's avatar
Jeromy committed
37
      "name": "go-block-format",
Kevin Atkinson's avatar
Kevin Atkinson committed
38
      "version": "0.1.9"
Jeromy's avatar
Jeromy committed
39 40 41
    },
    {
      "author": "why",
Kevin Atkinson's avatar
Kevin Atkinson committed
42
      "hash": "QmV1pEFHk8ijeessqG52SjHuxuehahbeHrxXk4QEkgfPHj",
Jeromy's avatar
Jeromy committed
43
      "name": "go-verifcid",
Kevin Atkinson's avatar
Kevin Atkinson committed
44
      "version": "0.0.2"
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.0.7"
Jeromy's avatar
Jeromy committed
53 54
}