-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
84 lines (83 loc) · 2.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/whyrusleeping/gx/issues"
},
"gx": {
"dvcsimport": "github.com/whyrusleeping/gx"
},
"gxDependencies": [
{
"author": "ipfs",
"hash": "QmQcy2Frmpvm5D5oiWoKXfs71eh3MXTv7LN12J39hJioBi",
"name": "go-ipfs-api",
"version": "1.4.2"
},
{
"author": "blang",
"hash": "QmYRGECuvQnRX73fcvPnGbYijBcGN2HbKZQ7jh26qmLiHG",
"name": "semver",
"version": "3.5.1"
},
{
"author": "urfave",
"hash": "Qmc1AtgBdoUHP8oYSqU81NRYdzohmF45t5XNwVMvhCxsBA",
"name": "cli",
"version": "1.19.1"
},
{
"author": "multiformats",
"hash": "QmT4U94DnD8FRfqr21obWY32HLM5VExccPKMjQHofeYqr9",
"name": "go-multiaddr",
"version": "1.3.5"
},
{
"author": "multiformats",
"hash": "Qmaabb1tJZ2CX5cp6MuuiGgns71NYoxdgQP6Xdid1dVceC",
"name": "go-multiaddr-net",
"version": "1.6.5"
},
{
"author": "multiformats",
"hash": "QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8",
"name": "go-multihash",
"version": "1.0.8"
},
{
"author": "whyrusleeping",
"hash": "QmaEEadncs3wu8nMNC6tcUDxHrH8UH8Ly94b1MohGybF1a",
"name": "json-filter",
"version": "0.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmRnp6zcXZhouavFRj8PPaMdneL6x9cG2DLEV9Q1ZT6YvJ",
"name": "progmeter",
"version": "0.0.1"
},
{
"author": "whyrusleeping",
"hash": "QmZLUtHGe9HDQrreAYkXCzzK6mHVByV4MRd8heXAtV5wyS",
"name": "stump",
"version": "0.0.0"
},
{
"author": "hsanjuan",
"hash": "QmU3k5ifTEzPyEXmTWLZTYSD24u7konYg9Gxf5ngzkN4NF",
"name": "go-gitignore",
"version": "1.0.2"
},
{
"author": "mitchellh",
"hash": "QmdcULN1WCzgoQmcCaUAmEhwcxHYsDrbZ2LvRJKCL8dMrK",
"name": "go-homedir",
"version": "1.0.0"
}
],
"gxVersion": "0.12.1",
"language": "go",
"license": "MIT",
"name": "gx",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.14.2"
}