From 3208fde3397150725c87263ab64686d32f7ee1bc Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Fri, 20 Dec 2013 15:19:49 +0100 Subject: [PATCH] added package.json --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0885624 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "tar-stream", + "version": "0.1.0", + "description": "tar-stream is an alternative tar parser. It is streams2, does not have a fstream dependency and does not do any file io.", + "repository": "git://github.com:mafintosh/tar-stream.git", + "author": "Mathias Buus ", + "dependencies": { + "end-of-stream": "~0.1.3", + "bl": "~0.6.0" + } +}