package.json 516 Bytes
Newer Older
jbenet's avatar
gxify  
jbenet committed
1 2 3 4 5 6 7 8
{
  "author": "multiformats",
  "bugs": {
    "url": "https://github.com/multiformats/go-multiaddr/issues"
  },
  "gx": {
    "dvcsimport": "github.com/multiformats/go-multiaddr"
  },
Lars Gierth's avatar
Lars Gierth committed
9 10
  "gxDependencies": [
    {
Jeromy's avatar
Jeromy committed
11
      "hash": "QmYDds3421prZgqKbLpEK7T9Aa2eVdQ7o3YarX1LVLdP2J",
Lars Gierth's avatar
Lars Gierth committed
12
      "name": "go-multihash",
Jeromy's avatar
Jeromy committed
13
      "version": "1.0.0"
Lars Gierth's avatar
Lars Gierth committed
14 15
    }
  ],
jbenet's avatar
gxify  
jbenet committed
16 17 18 19
  "gxVersion": "0.9.0",
  "language": "go",
  "license": "MIT",
  "name": "go-multiaddr",
Jeromy's avatar
Jeromy committed
20
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Jeromy's avatar
Jeromy committed
21
  "version": "1.1.2"
jbenet's avatar
gxify  
jbenet committed
22
}
Jeromy's avatar
Jeromy committed
23