package.json 1.58 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "hsanjuan",
  "bugs": {
    "url": "https://github.com/ipfs/go-ipfs-blockstore"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-ipfs-blockstore"
  },
  "gxDependencies": [
    {
      "author": "stebalien",
Kevin Atkinson's avatar
Kevin Atkinson committed
12
      "hash": "QmZXvzTJTiN6p469osBUtEwm4WwhXXoWcHC8aTS1cAJkjy",
13
      "name": "go-block-format",
Kevin Atkinson's avatar
Kevin Atkinson committed
14
      "version": "0.1.9"
15 16 17
    },
    {
      "author": "jbenet",
Steven Allen's avatar
Steven Allen committed
18
      "hash": "QmeiCcJfDW1GJnWUArudsv5rQsihpi4oyddPhdqo3CfX6i",
19
      "name": "go-datastore",
Steven Allen's avatar
Steven Allen committed
20
      "version": "2.4.1"
21 22 23
    },
    {
      "author": "ipfs",
Steven Allen's avatar
Steven Allen committed
24
      "hash": "QmekzFM3hPZjTjUFGTABdQkEnQ3PTiMstY198PwSFr5w1Q",
25
      "name": "go-metrics-interface",
Steven Allen's avatar
Steven Allen committed
26
      "version": "0.2.0"
27 28 29 30 31 32 33 34 35
    },
    {
      "author": "hashicorp",
      "hash": "QmVYxfoJQiZijTgPNHCHgHELvQpbsJNTg6Crmc3dQkj3yy",
      "name": "golang-lru",
      "version": "0.0.0"
    },
    {
      "author": "whyrusleeping",
Kevin Atkinson's avatar
Kevin Atkinson committed
36
      "hash": "Qmdu2AYUV7yMoVBQPxXNfe7FJcdx16kYtsx6jAPKWQYF1y",
37
      "name": "go-cid",
Kevin Atkinson's avatar
Kevin Atkinson committed
38
      "version": "0.7.24"
39 40 41
    },
    {
      "author": "hector",
Kevin Atkinson's avatar
Kevin Atkinson committed
42
      "hash": "QmWf5idGZ55KWUUo2EKM3BTeunjSiSgWbo4bLpYafENBgp",
43
      "name": "go-ipfs-ds-help",
Kevin Atkinson's avatar
Kevin Atkinson committed
44
      "version": "0.0.6"
45 46 47
    },
    {
      "author": "kubuxu",
Steven Allen's avatar
Steven Allen committed
48
      "hash": "QmWaLViWQF8jgyoLLqqcSrnp6dJpHESiJfzor1vrfDyTZf",
49
      "name": "bbloom",
Steven Allen's avatar
Steven Allen committed
50
      "version": "0.1.2"
51 52
    },
    {
Steven Allen's avatar
Steven Allen committed
53
      "hash": "QmRREK2CAZ5Re2Bd9zZFG6FeYDppUWt5cMgsoUEp3ktgSr",
54
      "name": "go-log",
Steven Allen's avatar
Steven Allen committed
55
      "version": "1.5.5"
56 57 58 59 60 61 62
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "MIT",
  "name": "go-ipfs-blockstore",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Kevin Atkinson's avatar
Kevin Atkinson committed
63
  "version": "0.0.15"
64 65
}