added package.json

This commit is contained in:
Mathias Buus 2013-12-20 15:19:49 +01:00
parent 1273ff9387
commit 3208fde339

11
package.json Normal file
View file

@ -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 <mathiasbuus@gmail.com>",
"dependencies": {
"end-of-stream": "~0.1.3",
"bl": "~0.6.0"
}
}