package.json 983 Bytes
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": "QmcuXC5cxs79ro2cUuHs4HQ2bkDLJUYokwL8aivcX6HW3C",
Jeromy's avatar
Jeromy committed
12
      "name": "go-log",
Steven Allen's avatar
Steven Allen committed
13
      "version": "1.5.8"
Jeromy's avatar
Jeromy committed
14 15 16
    },
    {
      "author": "jbenet",
Steven Allen's avatar
Steven Allen committed
17
      "hash": "QmQVUtnrNGtCRkCMpXgpApfzQjc8FDaDVxHqWH8cnZQeh5",
Jeromy's avatar
Jeromy committed
18
      "name": "go-multiaddr-net",
Steven Allen's avatar
Steven Allen committed
19
      "version": "1.6.6"
Jeromy's avatar
Jeromy committed
20 21 22
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
23
      "hash": "QmXZVrmSiWPyuET6BMbGK3PjzVnQBrcnYc4GkHKhK2KXLp",
Jeromy's avatar
Jeromy committed
24
      "name": "mafmt",
Steven Allen's avatar
Steven Allen committed
25
      "version": "1.2.9"
Jeromy's avatar
Jeromy committed
26
    },
Steven Allen's avatar
Steven Allen committed
27 28
    {
      "author": "multiformats",
Steven Allen's avatar
Steven Allen committed
29
      "hash": "QmRKLtwMw131aK7ugC3G7ybpumMz78YrJe5dzneyindvG1",
Steven Allen's avatar
Steven Allen committed
30
      "name": "go-multiaddr",
Steven Allen's avatar
Steven Allen committed
31
      "version": "1.3.6"
Jeromy's avatar
Jeromy committed
32 33 34 35
    }
  ],
  "gxVersion": "0.9.1",
  "language": "go",
36
  "license": "MIT",
Jeromy's avatar
Jeromy committed
37
  "name": "go-addr-util",
Jeromy's avatar
Jeromy committed
38
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
39
  "version": "2.0.8"
Jeromy's avatar
Jeromy committed
40 41
}