added package.json
This commit is contained in:
parent
1273ff9387
commit
3208fde339
1 changed files with 11 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue