package.json 900 Bytes
Newer Older
Steven Allen's avatar
Steven Allen committed
1 2 3 4 5 6 7 8 9 10 11
{
  "author": "stebalien",
  "bugs": {
    "url": "https://github.com/libp2p/go-conn-security"
  },
  "gx": {
    "dvcsimport": "github.com/libp2p/go-conn-security-multistream"
  },
  "gxDependencies": [
    {
      "author": "Stebalien",
Steven Allen's avatar
Steven Allen committed
12
      "hash": "QmWmeXRTSyWvjPQZgXjXTj2aP74tMSgJwWi1SAvHsvBJVj",
Steven Allen's avatar
Steven Allen committed
13
      "name": "go-conn-security",
Steven Allen's avatar
Steven Allen committed
14
      "version": "0.1.23"
Steven Allen's avatar
Steven Allen committed
15 16 17
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
18
      "hash": "QmPJxxDsX2UbchSHobbYuvz7qnyJTFKvaKMzE2rZWJ4x5B",
Steven Allen's avatar
Steven Allen committed
19
      "name": "go-libp2p-peer",
Steven Allen's avatar
Steven Allen committed
20
      "version": "3.1.0"
Steven Allen's avatar
Steven Allen committed
21 22 23
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
24
      "hash": "QmabLh8TrJ3emfAoQk5AbqbLTbMyj7XqumMFmAFxa9epo8",
Steven Allen's avatar
Steven Allen committed
25
      "name": "go-multistream",
Steven Allen's avatar
Steven Allen committed
26
      "version": "0.3.9"
Steven Allen's avatar
Steven Allen committed
27 28 29 30 31 32 33
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "MIT",
  "name": "go-conn-security-multistream",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
34
  "version": "0.1.22"
Steven Allen's avatar
Steven Allen committed
35 36
}