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": "QmcVVHfdyv15GVPk7NrxdWjh2hLVccXnoD8j2tyQShiXJb",
George Antoniadis's avatar
George Antoniadis committed
12
      "name": "go-log",
Steven Allen's avatar
Steven Allen committed
13
      "version": "1.5.3"
George Antoniadis's avatar
George Antoniadis committed
14 15 16
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
17
      "hash": "QmdVrMn1LhB4ybb8hMVaMLXnA8XRSewMnK6YqXKXoTcRvN",
George Antoniadis's avatar
George Antoniadis committed
18
      "name": "go-libp2p-peer",
Steven Allen's avatar
Steven Allen committed
19
      "version": "2.3.5"
George Antoniadis's avatar
George Antoniadis committed
20 21 22
    },
    {
      "author": "whyrusleeping",
Steven Allen's avatar
Steven Allen committed
23
      "hash": "QmZR2XWVVBCtbgBWnQhWk2xcQfaR3W8faQPriAiaaj7rsr",
George Antoniadis's avatar
George Antoniadis committed
24
      "name": "go-libp2p-peerstore",
Steven Allen's avatar
Steven Allen committed
25
      "version": "1.4.22"
George Antoniadis's avatar
George Antoniadis committed
26 27
    },
    {
Steven Allen's avatar
Steven Allen committed
28
      "hash": "QmcW4FGAt24fdK1jBgWQn3yP4R9ZLyWQqjozv9QK7epRhL",
George Antoniadis's avatar
George Antoniadis committed
29
      "name": "go-testutil",
Steven Allen's avatar
Steven Allen committed
30
      "version": "1.2.5"
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.4"
George Antoniadis's avatar
George Antoniadis committed
45
}
Jeromy's avatar
Jeromy committed
46