@cryptotaxi247 / kubo / commits / b03c33879

Fill in package.json

Lars Gierth committed Sep 1, 2016 at 02:23 UTC b03c33879dae981ddfc7fcb3e9ec593508f9953f
1 file changed +13 -2
package.json
+13 -2
@@ -1,4 +1,15 @@
1 {
2 - "name": "dir-index-html",
3 - "version": "1.0.0"
2 + "author": "lgierth",
3 + "bugs": {
4 + "url": "https://github.com/ipfs/dir-index-html"
5 + },
6 + "gx": {
7 + "dvcsimport": "github.com/ipfs/dir-index-html",
8 + "goversion": "1.5.2"
9 + },
10 + "gxDependencies": [],
11 + "gxVersion": "1.0.1",
12 + "language": "go",
13 + "license": "MIT",
14 + "name": "dir-index-html"
15 }