package.json 1.42 KB
Newer Older
Steven Allen's avatar
Steven Allen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
  "author": "stebalien",
  "bugs": {
    "url": "https://github.com/ipfs/go-ipns/issues"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-ipns"
  },
  "gxDependencies": [
    {
      "author": "whyrusleeping",
      "hash": "QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV",
      "name": "gogo-protobuf",
      "version": "0.0.0"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A",
      "name": "go-ipfs-util",
      "version": "1.2.8"
    },
    {
Steven Allen's avatar
Steven Allen committed
23
      "hash": "QmcVVHfdyv15GVPk7NrxdWjh2hLVccXnoD8j2tyQShiXJb",
Steven Allen's avatar
Steven Allen committed
24
      "name": "go-log",
Steven Allen's avatar
Steven Allen committed
25
      "version": "1.5.3"
Steven Allen's avatar
Steven Allen committed
26 27 28 29 30 31 32 33 34
    },
    {
      "author": "whyrusleeping",
      "hash": "Qme1knMqwt1hKZbc1BmQFmnm9f36nyQGwXxPGVpVJ9rMK5",
      "name": "go-libp2p-crypto",
      "version": "1.6.2"
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
35
      "hash": "QmdVrMn1LhB4ybb8hMVaMLXnA8XRSewMnK6YqXKXoTcRvN",
Steven Allen's avatar
Steven Allen committed
36
      "name": "go-libp2p-peer",
Steven Allen's avatar
Steven Allen committed
37
      "version": "2.3.5"
Steven Allen's avatar
Steven Allen committed
38 39 40
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
41
      "hash": "QmZR2XWVVBCtbgBWnQhWk2xcQfaR3W8faQPriAiaaj7rsr",
Steven Allen's avatar
Steven Allen committed
42
      "name": "go-libp2p-peerstore",
Steven Allen's avatar
Steven Allen committed
43
      "version": "1.4.22"
Steven Allen's avatar
Steven Allen committed
44 45
    },
    {
Steven Allen's avatar
Steven Allen committed
46
      "hash": "QmVsp2KdPYE6M8ryzCk5KHLo3zprcY5hBDaYx6uPCFUdxA",
Steven Allen's avatar
Steven Allen committed
47
      "name": "go-libp2p-record",
Steven Allen's avatar
Steven Allen committed
48
      "version": "4.1.3"
Steven Allen's avatar
Steven Allen committed
49 50 51 52 53 54 55
    }
  ],
  "gxVersion": "0.12.1",
  "language": "go",
  "license": "MIT",
  "name": "go-ipns",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
56
  "version": "0.1.4"
Steven Allen's avatar
Steven Allen committed
57 58
}