package.json 726 Bytes
Newer Older
Marten Seemann's avatar
Marten Seemann committed
1
2
3
{
  "author": "marten-seemann",
  "bugs": {
Marten Seemann's avatar
Marten Seemann committed
4
    "url": "github.com/libp2p/go-libp2p-quic-transport"
Marten Seemann's avatar
Marten Seemann committed
5
6
  },
  "gx": {
Marten Seemann's avatar
Marten Seemann committed
7
    "dvcsimport": "github.com/libp2p/go-libp2p-quic-transport"
Marten Seemann's avatar
Marten Seemann committed
8
9
10
11
  },
  "gxDependencies": [
    {
      "author": "marten-seemann",
Marten Seemann's avatar
Marten Seemann committed
12
13
14
      "hash": "QmPL1Q7edxM6bHUy7rNjo6izmVte7fSbii64kr21wqmoZ2",
      "name": "quic-go",
      "version": "0.8.0"
Marten Seemann's avatar
Marten Seemann committed
15
16
17
    },
    {
      "author": "whyrusleeping",
Marten Seemann's avatar
Marten Seemann committed
18
      "hash": "QmW5LxJm2Yo3S7uVsfLM7NsJn2QnKbvZD7uYsZVYR7YViE",
Marten Seemann's avatar
Marten Seemann committed
19
      "name": "go-libp2p-transport",
Marten Seemann's avatar
Marten Seemann committed
20
      "version": "3.0.5"
Marten Seemann's avatar
Marten Seemann committed
21
22
23
24
25
    }
  ],
  "gxVersion": "0.11.0",
  "language": "go",
  "license": "",
Marten Seemann's avatar
Marten Seemann committed
26
  "name": "go-libp2p-quic-transport",
Marten Seemann's avatar
Marten Seemann committed
27
28
29
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
  "version": "0.1.0"
}
Marten Seemann's avatar
Marten Seemann committed
30