more info in package.json
This commit is contained in:
parent
7ba5fad4f6
commit
a347482143
1 changed files with 14 additions and 2 deletions
16
package.json
16
package.json
|
@ -2,7 +2,10 @@
|
||||||
"name": "tar-stream",
|
"name": "tar-stream",
|
||||||
"version": "0.4.3",
|
"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.",
|
"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 <mathiasbuus@gmail.com>",
|
"author": "Mathias Buus <mathiasbuus@gmail.com>",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
|
@ -35,5 +38,14 @@
|
||||||
"pack",
|
"pack",
|
||||||
"extract",
|
"extract",
|
||||||
"modify"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue