From a347482143a2251f638003d4d71d7a7c071433ee Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 29 Jun 2014 23:41:43 -0700 Subject: [PATCH] more info in package.json --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c7c5a2c..ec3a229 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "tar-stream", "version": "0.4.3", "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", - "repository": "git://github.com:mafintosh/tar-stream.git", + "repository": { + "type": "git", + "url": "git://github.com:mafintosh/tar-stream.git" + }, "author": "Mathias Buus ", "engines": { "node": ">= 0.8.0" @@ -35,5 +38,14 @@ "pack", "extract", "modify" - ] + ], + "bugs": { + "url": "https://github.com/mafintosh/tar-stream/issues" + }, + "homepage": "https://github.com/mafintosh/tar-stream", + "main": "index.js", + "directories": { + "test": "test" + }, + "license": "MIT" }