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": [
    {
Steven Allen's avatar
Steven Allen committed
11
      "hash": "Qmbi1CTJsbnBZjCEgc2otwu8cUFPsGpzWXG7edVCLZ7Gvk",
George Antoniadis's avatar
George Antoniadis committed
12
      "name": "go-log",
Steven Allen's avatar
Steven Allen committed
13
      "version": "1.5.2"
George Antoniadis's avatar
George Antoniadis committed
14 15 16
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
17
      "hash": "QmVf8hTAsLLFtn4WPCRNdnaF2Eag2qTBS6uR8AiHPZARXy",
George Antoniadis's avatar
George Antoniadis committed
18
      "name": "go-libp2p-peer",
Steven Allen's avatar
Steven Allen committed
19
      "version": "2.3.4"
George Antoniadis's avatar
George Antoniadis committed
20 21 22
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
23
      "hash": "QmZhsmorLpD9kmQ4ynbAu4vbKv2goMUnXazwGA4gnWHDjB",
George Antoniadis's avatar
George Antoniadis committed
24
      "name": "go-libp2p-peerstore",
Steven Allen's avatar
Steven Allen committed
25
      "version": "1.4.20"
George Antoniadis's avatar
George Antoniadis committed
26 27
    },
    {
Steven Allen's avatar
Steven Allen committed
28
      "hash": "QmPdxCaVp4jZ9RbxqZADvKH6kiCR5jHvdR5f2ycjAY6T2a",
George Antoniadis's avatar
George Antoniadis committed
29
      "name": "go-testutil",
Steven Allen's avatar
Steven Allen committed
30
      "version": "1.2.3"
Lars Gierth's avatar
Lars Gierth committed
31 32 33
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
34
      "hash": "QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A",
Lars Gierth's avatar
Lars Gierth committed
35
      "name": "go-ipfs-util",
Steven Allen's avatar
Steven Allen committed
36
      "version": "1.2.8"
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.2.2"
George Antoniadis's avatar
George Antoniadis committed
45
}
Jeromy's avatar
Jeromy committed
46