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": "QmVNRbcH1kKEQUVhCsH75kTGUVFMw2b7zEWyFKyfCwmJjo",
Jeromy's avatar
Jeromy committed
13
      "name": "go-bitswap",
Steven Allen's avatar
Steven Allen committed
14
      "version": "1.1.31"
Jeromy's avatar
Jeromy committed
15 16 17
    },
    {
      "author": "hsanjuan",
Steven Allen's avatar
Steven Allen committed
18
      "hash": "Qmb9fkAWgcyVRnFdXGqA6jcWGFj6q35oJjwRAYRhfEboGS",
Jeromy's avatar
Jeromy committed
19
      "name": "go-ipfs-exchange-offline",
Steven Allen's avatar
Steven Allen committed
20
      "version": "0.1.7"
Jeromy's avatar
Jeromy committed
21 22 23
    },
    {
      "author": "jbenet",
Jakub Sztandera's avatar
Jakub Sztandera committed
24
      "hash": "QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9",
Jeromy's avatar
Jeromy committed
25
      "name": "go-datastore",
Jakub Sztandera's avatar
Jakub Sztandera committed
26
      "version": "3.6.1"
Jeromy's avatar
Jeromy committed
27 28 29
    },
    {
      "author": "hsanjuan",
Steven Allen's avatar
Steven Allen committed
30
      "hash": "QmXjKkjMDTtXAiLBwstVexofB8LeruZmE2eBd85GwGFFLA",
Jeromy's avatar
Jeromy committed
31
      "name": "go-ipfs-blockstore",
Steven Allen's avatar
Steven Allen committed
32
      "version": "0.1.8"
Jeromy's avatar
Jeromy committed
33 34 35
    },
    {
      "author": "stebalien",
Steven Allen's avatar
Steven Allen committed
36
      "hash": "QmYYLnAzR28nAQ4U5MFniLprnktu6eTFKibeNt96V21EZK",
Jeromy's avatar
Jeromy committed
37
      "name": "go-block-format",
Steven Allen's avatar
Steven Allen committed
38
      "version": "0.2.2"
39 40 41 42 43 44
    },
    {
      "author": "why",
      "hash": "QmcVd2ApQdbfaYPKhCjj4WoQuxk4CMxPqmNpijKmFLh6qa",
      "name": "go-verifcid",
      "version": "0.1.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\"",
Steven Allen's avatar
Steven Allen committed
52
  "version": "1.1.31"
Jeromy's avatar
Jeromy committed
53 54
}