From b03c33879dae981ddfc7fcb3e9ec593508f9953f Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Thu, 1 Sep 2016 02:23:29 +0200 Subject: [PATCH] Fill in package.json --- package.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d0d6cc5..f83af58 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,15 @@ { - "name": "dir-index-html", - "version": "1.0.0" + "author": "lgierth", + "bugs": { + "url": "https://github.com/ipfs/dir-index-html" + }, + "gx": { + "dvcsimport": "github.com/ipfs/dir-index-html", + "goversion": "1.5.2" + }, + "gxDependencies": [], + "gxVersion": "1.0.1", + "language": "go", + "license": "MIT", + "name": "dir-index-html" } -- GitLab