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",
Steven Allen's avatar
Steven Allen committed
12
      "hash": "QmTRCUvZLiir12Qr6MV3HKfKMHX8Nf1Vddn6t2g5nsQSb9",
13
      "name": "go-block-format",
Steven Allen's avatar
Steven Allen committed
14
      "version": "0.1.7"
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 24 25 26 27 28 29 30 31 32 33 34 35
    },
    {
      "author": "ipfs",
      "hash": "QmRg1gKTHzc3CZXSKzem8aR4E3TubFhbgXwfVuWnSK5CC5",
      "name": "go-metrics-interface",
      "version": "0.1.2"
    },
    {
      "author": "hashicorp",
      "hash": "QmVYxfoJQiZijTgPNHCHgHELvQpbsJNTg6Crmc3dQkj3yy",
      "name": "golang-lru",
      "version": "0.0.0"
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
36
      "hash": "QmapdYm1b22Frv3k17fqrBYTFRxwiaVJkB299Mfn33edeB",
37
      "name": "go-cid",
Steven Allen's avatar
Steven Allen committed
38
      "version": "0.7.21"
39 40 41
    },
    {
      "author": "hector",
Steven Allen's avatar
Steven Allen committed
42
      "hash": "QmNP2u7bofwUQptHQGPfabGWtTCbxhNLSZKqbf1uzsup9V",
43
      "name": "go-ipfs-ds-help",
Steven Allen's avatar
Steven Allen committed
44
      "version": "0.0.4"
45 46 47 48 49 50 51 52
    },
    {
      "author": "kubuxu",
      "hash": "QmXqKGu7QzfRzFC4yd5aL9sThYx22vY163VGwmxfp5qGHk",
      "name": "bbloom",
      "version": "0.1.1"
    },
    {
Steven Allen's avatar
Steven Allen committed
53
      "hash": "Qmbi1CTJsbnBZjCEgc2otwu8cUFPsGpzWXG7edVCLZ7Gvk",
54
      "name": "go-log",
Steven Allen's avatar
Steven Allen committed
55
      "version": "1.5.2"
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\"",
Steven Allen's avatar
Steven Allen committed
63
  "version": "0.0.7"
64 65
}