package.json 1.63 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-merkledag"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-merkledag"
  },
  "gxDependencies": [
    {
      "author": "stebalien",
12
      "hash": "QmRcHuYzAyswytBuMF78rj3LTChYszomRFXNg4685ZN1WM",
Jeromy's avatar
Jeromy committed
13
      "name": "go-block-format",
14
      "version": "0.2.0"
Jeromy's avatar
Jeromy committed
15 16 17
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
18
      "hash": "QmXkBdWGa9kZaVUsk6863T8bZkynwwL8UUB1EMZtz7dN5E",
Jeromy's avatar
Jeromy committed
19
      "name": "go-ipld-cbor",
Steven Allen's avatar
Steven Allen committed
20
      "version": "1.5.5"
Jeromy's avatar
Jeromy committed
21 22 23
    },
    {
      "author": "whyrusleeping",
24
      "hash": "QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7",
Jeromy's avatar
Jeromy committed
25
      "name": "go-cid",
26
      "version": "0.9.0"
Jeromy's avatar
Jeromy committed
27 28 29
    },
    {
      "author": "whyrusleeping",
Hector Sanjuan's avatar
Hector Sanjuan committed
30
      "hash": "QmR7TcHkR9nxkUorfi8XMTAMLUK7GiP64TWWBzY3aacc1o",
Jeromy's avatar
Jeromy committed
31
      "name": "go-ipld-format",
Hector Sanjuan's avatar
Hector Sanjuan committed
32
      "version": "0.7.1"
Jeromy's avatar
Jeromy committed
33 34 35 36 37 38 39 40 41
    },
    {
      "author": "whyrusleeping",
      "hash": "QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A",
      "name": "go-ipfs-util",
      "version": "1.2.8"
    },
    {
      "author": "hsanjuan",
Steven Allen's avatar
Steven Allen committed
42
      "hash": "QmT6dHGp3UYd3vUMpy7rzX2CXQv7HLcj42Vtq8qwwjgASb",
Jeromy's avatar
Jeromy committed
43
      "name": "go-ipfs-exchange-offline",
Kevin Atkinson's avatar
Kevin Atkinson committed
44
      "version": "0.1.3"
Jeromy's avatar
Jeromy committed
45 46 47
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
48
      "hash": "QmdxUuburamoF6zF9qjeQC4WYcWGbWuRmdLacMEsW8ioD8",
Jeromy's avatar
Jeromy committed
49 50 51 52 53
      "name": "gogo-protobuf",
      "version": "0.0.0"
    },
    {
      "author": "why",
Steven Allen's avatar
Steven Allen committed
54
      "hash": "QmWfhv1D18DRSiSm73r4QGcByspzPtxxRTcmHW3axFXZo8",
Jeromy's avatar
Jeromy committed
55
      "name": "go-blockservice",
Steven Allen's avatar
Steven Allen committed
56
      "version": "1.1.13"
Jeromy's avatar
Jeromy committed
57 58 59 60 61 62 63
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "",
  "name": "go-merkledag",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Hector Sanjuan's avatar
Hector Sanjuan committed
64
  "version": "1.1.15"
Jeromy's avatar
Jeromy committed
65 66
}