package.json 2.05 KB
Newer Older
Jeromy's avatar
Jeromy committed
1 2 3 4 5 6 7 8 9 10
{
  "author": "why",
  "bugs": {
    "url": "https://github.com/ipfs/go-unixfs"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-unixfs"
  },
  "gxDependencies": [
    {
Hector Sanjuan's avatar
Hector Sanjuan committed
11
      "hash": "QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky",
Jeromy's avatar
Jeromy committed
12
      "name": "go-ipfs-cmdkit",
Hector Sanjuan's avatar
Hector Sanjuan committed
13
      "version": "1.1.3"
Jeromy's avatar
Jeromy committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
    },
    {
      "author": "whyrusleeping",
      "hash": "QmfJHywXQu98UeZtGJBQrPAR6AtmDjjbe3qjTo9piXHPnx",
      "name": "murmur3",
      "version": "0.0.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A",
      "name": "go-ipfs-util",
      "version": "1.2.8"
    },
    {
      "author": "multiformats",
      "hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
      "name": "go-multihash",
      "version": "1.0.8"
    },
    {
      "author": "why",
Steven Allen's avatar
Steven Allen committed
35
      "hash": "QmQazZwqZW3FaSaRki3Kmjbvz2FAwgonmJ2896nUiu1G9W",
Jeromy's avatar
Jeromy committed
36
      "name": "go-merkledag",
Steven Allen's avatar
Steven Allen committed
37
      "version": "1.0.11"
Jeromy's avatar
Jeromy committed
38 39 40
    },
    {
      "author": "hector",
Steven Allen's avatar
Steven Allen committed
41
      "hash": "QmXD4grfThQ4LwVoEEfe4dgR7ukmbV9TppM5Q4SPowp7hU",
Jeromy's avatar
Jeromy committed
42
      "name": "go-ipfs-posinfo",
Steven Allen's avatar
Steven Allen committed
43
      "version": "0.0.6"
Jeromy's avatar
Jeromy committed
44 45 46 47 48 49 50 51 52
    },
    {
      "author": "Stebalien",
      "hash": "QmTbBs3Y3u5F69XNJzdnnc6SP5GKgcXxCDzx6w8m6piVRT",
      "name": "go-bitfield",
      "version": "0.1.1"
    },
    {
      "author": "hsanjuan",
Steven Allen's avatar
Steven Allen committed
53
      "hash": "QmXzBbJo2sLf3uwjNTeoWYiJV7CjAhkiA4twtLvwJSSNdK",
Jeromy's avatar
Jeromy committed
54
      "name": "go-ipfs-chunker",
Steven Allen's avatar
Steven Allen committed
55
      "version": "0.0.11"
Jeromy's avatar
Jeromy committed
56 57 58
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
59
      "hash": "QmZFbDTY9jfSBms2MchvYM9oYRbAF19K7Pby47yDBfpPrb",
Jeromy's avatar
Jeromy committed
60
      "name": "go-cid",
Steven Allen's avatar
Steven Allen committed
61
      "version": "0.8.0"
Jeromy's avatar
Jeromy committed
62 63 64
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
65
      "hash": "QmdxUuburamoF6zF9qjeQC4WYcWGbWuRmdLacMEsW8ioD8",
Jeromy's avatar
Jeromy committed
66 67 68 69 70
      "name": "gogo-protobuf",
      "version": "0.0.0"
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
71
      "hash": "QmX5CsuHyVZeTLxgRSYkgLSDQKb9UjE8xnhQzCEJWWWFsC",
Jeromy's avatar
Jeromy committed
72
      "name": "go-ipld-format",
Steven Allen's avatar
Steven Allen committed
73
      "version": "0.5.8"
Jeromy's avatar
Jeromy committed
74 75 76 77 78 79 80
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "",
  "name": "go-unixfs",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
81
  "version": "1.0.13"
Jeromy's avatar
Jeromy committed
82 83
}