package.json 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "whyrusleeping",
  "bugs": {
    "url": "https://github.com/libp2p/go-tcp-transport"
  },
  "gx": {
    "dvcsimport": "github.com/libp2p/go-tcp-transport"
  },
  "gxDependencies": [
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
12
      "hash": "QmQMdVT3PHEhMbdkANAqjpEmyUpVZEEzZyougpCSYqcjre",
13
      "name": "go-reuseport",
Steven Allen's avatar
Steven Allen committed
14
      "version": "0.1.9"
15 16 17
    },
    {
      "author": "whyrusleeping",
Jeromy's avatar
Jeromy committed
18
      "hash": "QmX3U3YXCQ6UYBxq2LVWF8dARS1hPUTEYLrSx654Qyxyw6",
19
      "name": "go-multiaddr-net",
Jeromy's avatar
Jeromy committed
20
      "version": "1.5.5"
21 22 23
    },
    {
      "author": "whyrusleeping",
Jeromy's avatar
Jeromy committed
24
      "hash": "QmZQa5J7j7kd44GGC4aKX8J9JGGzCMqwGzcEFqGV1YD57A",
25
      "name": "mafmt",
Jeromy's avatar
Jeromy committed
26
      "version": "1.2.3"
27 28 29
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
30
      "hash": "Qme2XMfKbWzzYd92YvA1qnFMe3pGDR86j5BcFtx4PwdRvr",
31
      "name": "go-libp2p-transport",
Steven Allen's avatar
Steven Allen committed
32
      "version": "2.2.9"
Steven Allen's avatar
Steven Allen committed
33 34 35 36 37 38 39 40 41 42 43
    },
    {
      "hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
      "name": "go-log",
      "version": "1.2.0"
    },
    {
      "author": "multiformats",
      "hash": "QmXY77cVe7rVRQXZZQRioukUM7aRW3BTcAgJe12MCtb3Ji",
      "name": "go-multiaddr",
      "version": "1.2.4"
44 45 46 47 48 49
    }
  ],
  "gxVersion": "0.4.0",
  "language": "go",
  "license": "MIT",
  "name": "go-tcp-transport",
Jeromy's avatar
Jeromy committed
50
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
51
  "version": "1.2.4"
52 53
}