package.json 550 Bytes
Newer Older
Jeromy's avatar
Jeromy committed
1
{
jbenet's avatar
jbenet committed
2
  "author": "multiformats",
Jeromy's avatar
Jeromy committed
3
  "bugs": {
4
    "url": "https://github.com/multiformats/go-multiaddr-net"
Jeromy's avatar
Jeromy committed
5 6
  },
  "gx": {
7
    "dvcsimport": "github.com/multiformats/go-multiaddr-net"
Jeromy's avatar
Jeromy committed
8 9 10
  },
  "gxDependencies": [
    {
11
      "author": "multiformats",
Steven Allen's avatar
Steven Allen committed
12
      "hash": "QmT4U94DnD8FRfqr21obWY32HLM5VExccPKMjQHofeYqr9",
Jeromy's avatar
Jeromy committed
13
      "name": "go-multiaddr",
Steven Allen's avatar
Steven Allen committed
14
      "version": "1.3.5"
Jeromy's avatar
Jeromy committed
15 16 17 18 19 20
    }
  ],
  "gxVersion": "0.6.0",
  "language": "go",
  "license": "",
  "name": "go-multiaddr-net",
Jeromy's avatar
Jeromy committed
21
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
22
  "version": "1.6.5"
Jeromy's avatar
Jeromy committed
23
}
Jeromy's avatar
Jeromy committed
24