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",
Steven Allen's avatar
Steven Allen committed
18
      "hash": "QmSGL5Uoa6gKHgBBwQG8u1CWKUC8ZnwaZiLgFVTFBR2bxr",
19
      "name": "go-multiaddr-net",
Steven Allen's avatar
Steven Allen committed
20
      "version": "1.5.6"
21 22 23
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
24
      "hash": "QmUfnfCzL17Lfft4NtZZGGU34PP72xgecFVfusYt6WNwYx",
25
      "name": "mafmt",
Steven Allen's avatar
Steven Allen committed
26
      "version": "1.2.4"
27 28 29
    },
    {
      "author": "whyrusleeping",
30
      "hash": "QmZE4uDRWo12UWKZa65CQLZR4t3jkmWc1ZdA1fBzT3XQEx",
31
      "name": "go-libp2p-transport",
32
      "version": "2.2.11"
Steven Allen's avatar
Steven Allen committed
33 34 35 36 37 38 39 40
    },
    {
      "hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
      "name": "go-log",
      "version": "1.2.0"
    },
    {
      "author": "multiformats",
Steven Allen's avatar
Steven Allen committed
41
      "hash": "QmW8s4zTsUoX1Q6CeYxVKPyqSKbF7H1YDUyTostBtZ8DaG",
Steven Allen's avatar
Steven Allen committed
42
      "name": "go-multiaddr",
Steven Allen's avatar
Steven Allen committed
43
      "version": "1.2.5"
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.6"
52 53
}