package.json 1.12 KB
Newer Older
Jeromy's avatar
Jeromy committed
1 2 3
{
  "author": "whyrusleeping",
  "bugs": {
4
    "url": "https://github.com/libp2p/go-addr-util/issues"
Jeromy's avatar
Jeromy committed
5 6 7 8 9 10
  },
  "gx": {
    "dvcsimport": "github.com/libp2p/go-addr-util"
  },
  "gxDependencies": [
    {
Steven Allen's avatar
Steven Allen committed
11
      "hash": "QmRb5jh8z2E8hMGN2tkvs1yHynUanqnZ3UeKwgN1i9P1F8",
Jeromy's avatar
Jeromy committed
12
      "name": "go-log",
Steven Allen's avatar
Steven Allen committed
13
      "version": "1.4.0"
Jeromy's avatar
Jeromy committed
14 15 16
    },
    {
      "author": "jbenet",
Steven Allen's avatar
Steven Allen committed
17
      "hash": "QmRK2LxanhK2gZq6k6R7vk5ZoYZk8ULSSTB7FzDsMUX6CB",
Jeromy's avatar
Jeromy committed
18
      "name": "go-multiaddr-net",
Steven Allen's avatar
Steven Allen committed
19
      "version": "1.5.7"
Jeromy's avatar
Jeromy committed
20 21 22
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
23
      "hash": "QmTy17Jm1foTnvUS9JXRhLbRQ3XuC64jPTjUfpB4mHz2QM",
Jeromy's avatar
Jeromy committed
24
      "name": "mafmt",
Steven Allen's avatar
Steven Allen committed
25
      "version": "1.2.5"
Jeromy's avatar
Jeromy committed
26 27 28
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
29
      "hash": "QmepzWZwZK23YHYVjhKBEvJnNTgsg71bWetZU9bEsP4qqf",
Lars Gierth's avatar
Lars Gierth committed
30
      "name": "go-ws-transport",
Steven Allen's avatar
Steven Allen committed
31
      "version": "1.6.5"
Steven Allen's avatar
Steven Allen committed
32 33 34
    },
    {
      "author": "multiformats",
Steven Allen's avatar
Steven Allen committed
35
      "hash": "QmWWQ2Txc2c6tqjsBpzg5Ar652cHPGNsQQp2SejkNmkUMb",
Steven Allen's avatar
Steven Allen committed
36
      "name": "go-multiaddr",
Steven Allen's avatar
Steven Allen committed
37
      "version": "1.2.6"
Jeromy's avatar
Jeromy committed
38 39 40 41
    }
  ],
  "gxVersion": "0.9.1",
  "language": "go",
42
  "license": "MIT",
Jeromy's avatar
Jeromy committed
43
  "name": "go-addr-util",
Jeromy's avatar
Jeromy committed
44
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
45
  "version": "1.2.6"
Jeromy's avatar
Jeromy committed
46 47
}