package.json 1.11 KB
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": "QmXYjuNuxVzXKJCfWasQk1RqkhVLDM9jtUKhqc2WPQmFSB",
George Antoniadis's avatar
George Antoniadis committed
18
      "name": "go-libp2p-peer",
Jeromy's avatar
Jeromy committed
19
      "version": "2.2.0"
George Antoniadis's avatar
George Antoniadis committed
20 21 22
    },
    {
      "author": "whyrusleeping",
Jeromy's avatar
Jeromy committed
23
      "hash": "QmPgDWmTmuzvP7QE5zwo1TmjbJme9pmZHNujB2453jkCTr",
George Antoniadis's avatar
George Antoniadis committed
24
      "name": "go-libp2p-peerstore",
Jeromy's avatar
Jeromy committed
25
      "version": "1.4.9"
George Antoniadis's avatar
George Antoniadis committed
26 27
    },
    {
Steven Allen's avatar
Steven Allen committed
28
      "hash": "QmWRCn8vruNAzHx8i6SAXinuheRitKEGu8c7m26stKvsYx",
George Antoniadis's avatar
George Antoniadis committed
29
      "name": "go-testutil",
Steven Allen's avatar
Steven Allen committed
30
      "version": "1.1.11"
Lars Gierth's avatar
Lars Gierth committed
31 32 33
    },
    {
      "author": "whyrusleeping",
Jeromy's avatar
Jeromy committed
34
      "hash": "QmSU6eubNdhXjFBJBSksTp8kv8YRub8mGAPv8tVJHmL2EU",
Lars Gierth's avatar
Lars Gierth committed
35
      "name": "go-ipfs-util",
Jeromy's avatar
Jeromy committed
36
      "version": "1.2.5"
George Antoniadis's avatar
George Antoniadis committed
37 38 39 40 41 42
    }
  ],
  "gxVersion": "0.4.0",
  "language": "go",
  "license": "MIT",
  "name": "go-libp2p-kbucket",
Jeromy's avatar
Jeromy committed
43
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
Steven Allen's avatar
Steven Allen committed
44
  "version": "2.1.13"
George Antoniadis's avatar
George Antoniadis committed
45
}
Jeromy's avatar
Jeromy committed
46