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",
Steven Allen's avatar
Steven Allen committed
12
      "hash": "QmWoXtvgC8inqFkAATB7cp2Dax7XBi9VDvSg9RCCZufmRk",
Jeromy's avatar
Jeromy committed
13
      "name": "go-block-format",
Steven Allen's avatar
Steven Allen committed
14
      "version": "0.2.1"
Jeromy's avatar
Jeromy committed
15 16 17
    },
    {
      "author": "whyrusleeping",
whyrusleeping's avatar
whyrusleeping committed
18
      "hash": "QmcZLyosDwMKdB6NLRsiss9HXzDPhVhhRtPy67JFKTDQDX",
Jeromy's avatar
Jeromy committed
19
      "name": "go-ipld-cbor",
whyrusleeping's avatar
whyrusleeping committed
20
      "version": "1.5.9"
Jeromy's avatar
Jeromy committed
21 22 23
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
24
      "hash": "QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw",
Jeromy's avatar
Jeromy committed
25
      "name": "go-cid",
Steven Allen's avatar
Steven Allen committed
26
      "version": "0.9.1"
Jeromy's avatar
Jeromy committed
27 28 29
    },
    {
      "author": "whyrusleeping",
Lucas Molas's avatar
Lucas Molas committed
30
      "hash": "QmRL22E4paat7ky7vx9MLpR97JHHbFPrg3ytFQw6qp1y1s",
Jeromy's avatar
Jeromy committed
31
      "name": "go-ipld-format",
Lucas Molas's avatar
Lucas Molas committed
32
      "version": "0.8.0"
Jeromy's avatar
Jeromy committed
33 34 35
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
36
      "hash": "QmNohiVssaPw3KVLZik59DBVGTSm2dGvYT9eoXt5DQ36Yz",
Jeromy's avatar
Jeromy committed
37
      "name": "go-ipfs-util",
Steven Allen's avatar
Steven Allen committed
38
      "version": "1.2.9"
Jeromy's avatar
Jeromy committed
39 40 41
    },
    {
      "author": "hsanjuan",
Jakub Sztandera's avatar
Jakub Sztandera committed
42
      "hash": "QmSz8kAe2JCKp2dWSG8gHSWnwSmne8YfRXTeK5HBmc9L7t",
Jeromy's avatar
Jeromy committed
43
      "name": "go-ipfs-exchange-offline",
Jakub Sztandera's avatar
Jakub Sztandera committed
44
      "version": "0.1.6"
Jeromy's avatar
Jeromy committed
45 46 47
    },
    {
      "author": "whyrusleeping",
Jakub Sztandera's avatar
Jakub Sztandera committed
48
      "hash": "QmddjPSGZb3ieihSseFeCfVRpZzcqczPNsD2DvarSwnjJB",
Jeromy's avatar
Jeromy committed
49
      "name": "gogo-protobuf",
Jakub Sztandera's avatar
Jakub Sztandera committed
50
      "version": "1.2.1"
Jeromy's avatar
Jeromy committed
51 52 53
    },
    {
      "author": "why",
Steven Allen's avatar
Steven Allen committed
54
      "hash": "QmRCLtpTSWPmh4QK3TJ4rHCBSH7thYNZMWZG2PZvVrb8KJ",
Jeromy's avatar
Jeromy committed
55
      "name": "go-blockservice",
Steven Allen's avatar
Steven Allen committed
56
      "version": "1.1.26"
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\"",
Steven Allen's avatar
Steven Allen committed
64
  "version": "1.1.34"
Jeromy's avatar
Jeromy committed
65 66
}