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 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
{
  "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"
    },
    {
      "hash": "QmcVVHfdyv15GVPk7NrxdWjh2hLVccXnoD8j2tyQShiXJb",
      "name": "go-log",
      "version": "1.5.3"
    },
    {
      "author": "whyrusleeping",
      "hash": "Qme1knMqwt1hKZbc1BmQFmnm9f36nyQGwXxPGVpVJ9rMK5",
      "name": "go-libp2p-crypto",
      "version": "1.6.2"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmVf8hTAsLLFtn4WPCRNdnaF2Eag2qTBS6uR8AiHPZARXy",
      "name": "go-libp2p-peer",
      "version": "2.3.4"
    },
    {
      "author": "whyrusleeping",
      "hash": "QmZhsmorLpD9kmQ4ynbAu4vbKv2goMUnXazwGA4gnWHDjB",
      "name": "go-libp2p-peerstore",
      "version": "1.4.20"
    },
    {
      "hash": "QmPWjVzxHeJdrjp4Jr2R2sPxBrMbBgGPWQtKwCKHHCBF7x",
      "name": "go-libp2p-record",
      "version": "4.1.2"
    }
  ],
  "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.1"
Steven Allen's avatar
Steven Allen committed
57 58
}