package.json 324 Bytes
Newer Older
Jeromy's avatar
Jeromy committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "go-multiplex",
  "author": "whyrusleeping",
  "version": "1.0.0",
  "gxDependencies": [
    {
      "name": "randbo",
      "hash": "QmciEePSP8wpGYZp8fsPFi49Ya7xQMUFwFj2z5fDpfZnhC",
      "version": "1.0.0"
    }
  ],
  "language": "go",
  "gx": {
    "dvcsimport": "github.com/whyrusleeping/go-multiplex"
  }
}