package.json 974 Bytes
Newer Older
George Antoniadis's avatar
George Antoniadis committed
1 2 3 4 5 6 7 8 9 10
{
  "bugs": {
    "url": "https://github.com/libp2p/go-libp2p-kbucket"
  },
  "gx": {
    "dvcsimport": "github.com/libp2p/go-libp2p-kbucket",
    "goversion": "1.5.2"
  },
  "gxDependencies": [
    {
11
      "hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
George Antoniadis's avatar
George Antoniadis committed
12
      "name": "go-log",
13
      "version": "1.2.0"
George Antoniadis's avatar
George Antoniadis committed
14 15 16
    },
    {
      "author": "whyrusleeping",
Jeromy's avatar
Jeromy committed
17
      "hash": "QmfMmLGoKzCHDN7cGgk64PJr4iipzidDRME8HABSJqvmhC",
George Antoniadis's avatar
George Antoniadis committed
18
      "name": "go-libp2p-peer",
Jeromy's avatar
Jeromy committed
19
      "version": "2.1.0"
George Antoniadis's avatar
George Antoniadis committed
20 21 22
    },
    {
      "author": "whyrusleeping",
Jeromy's avatar
Jeromy committed
23
      "hash": "QmXXCcQ7CLg5a81Ui9TTR35QcR4y7ZyihxwfjqaHfUVcVo",
George Antoniadis's avatar
George Antoniadis committed
24
      "name": "go-libp2p-peerstore",
Jeromy's avatar
Jeromy committed
25
      "version": "1.3.0"
George Antoniadis's avatar
George Antoniadis committed
26 27
    },
    {
Jeromy's avatar
Jeromy committed
28
      "hash": "QmaEcA713Y54EtSsj7ZYfwXmsTfxrJ4oywr1iFt1d6LKY5",
George Antoniadis's avatar
George Antoniadis committed
29
      "name": "go-testutil",
Jeromy's avatar
Jeromy committed
30
      "version": "1.1.0"
George Antoniadis's avatar
George Antoniadis committed
31 32 33 34 35 36
    }
  ],
  "gxVersion": "0.4.0",
  "language": "go",
  "license": "MIT",
  "name": "go-libp2p-kbucket",
Jeromy's avatar
Jeromy committed
37
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Jeromy's avatar
Jeromy committed
38
  "version": "2.0.0"
George Antoniadis's avatar
George Antoniadis committed
39
}
Jeromy's avatar
Jeromy committed
40