diff --git a/.gx/lastpubver b/.gx/lastpubver new file mode 100644 index 0000000000000000000000000000000000000000..5a8492538ac0e59ce1e5f00ff028278a7b767948 --- /dev/null +++ b/.gx/lastpubver @@ -0,0 +1 @@ +0.1.0: QmeK8xFAXx4GBpZG6mizck1XAunVtxP8Tmvir5FMwp5MYb diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..c76027af6cedd8fe1ef222ab3a0e4b435c4ffa93 --- /dev/null +++ b/package.json @@ -0,0 +1,36 @@ +{ + "author": "stebalien", + "bugs": { + "url": "https://github.com/ipfs/go-block-format" + }, + "gx": { + "dvcsimport": "github.com/ipfs/go-block-format" + }, + "gxDependencies": [ + { + "author": "whyrusleeping", + "hash": "QmYhQaCYEcaPPjxJX7YcPcVKkQfRy6sJ7B3XmGFk82XYdQ", + "name": "go-cid", + "version": "0.7.12" + }, + { + "author": "multiformats", + "hash": "QmVGtdTZdTFaLsaj2RwdVG8jcjNNcp1DE914DKZ2kHmXHw", + "name": "go-multihash", + "version": "1.0.4" + }, + { + "author": "whyrusleeping", + "hash": "QmWbjfz3u6HkAdPh34dgPchGbQjob6LXLhAeCGii2TX69n", + "name": "go-ipfs-util", + "version": "1.2.4" + } + ], + "gxVersion": "0.11.0", + "language": "go", + "license": "", + "name": "go-block-format", + "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", + "version": "0.1.0" +} +