Fix package manifest fields
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Apr 16, 2016 at 21:23 UTC
cc89ac31172df9a5cf52912e1a021fd3d9e27bed
1 file changed
+8
-4
package.json
+8
-4
@@ -1,5 +1,7 @@
1
{
2
- "bugs": {},
2
+ "bugs": {
3
+ "url": "https://github.com/ipfs/go-ipfs"
4
+ },
5
"gxDependencies": [
6
{
7
"hash": "Qmazh5oNUVsDZTs2g59rq8aYQqwpss8tcUWQzor5sCCEuH",
@@ -38,10 +40,12 @@
40
}
41
],
42
"gxVersion": "0.4.0",
41
- "gx_version": "0.4.0",
42
- "issues_url": "",
43
+ "gx": {
44
+ "dvcsimport": "github.com/ipfs/go-libp2p",
45
+ "goversion":"1.5.2"
46
+ },
47
"language": "go",
44
- "license": "",
48
+ "license": "MIT",
49
"name": "go-ipfs",
50
"version": "0.4.0"
51
}