summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tar/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tar/package.json')
-rw-r--r--deps/npm/node_modules/tar/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/deps/npm/node_modules/tar/package.json b/deps/npm/node_modules/tar/package.json
new file mode 100644
index 0000000000..187cd83981
--- /dev/null
+++ b/deps/npm/node_modules/tar/package.json
@@ -0,0 +1,26 @@
+{
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "name": "tar",
+ "description": "tar for node",
+ "version": "0.1.0",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-tar.git"
+ },
+ "main": "tar.js",
+ "scripts": {
+ "test": "rm -rf test/tmp; tap test/*.js"
+ },
+ "engines": {
+ "node": "~0.5.9 || 0.6 || 0.7 || 0.8"
+ },
+ "dependencies": {
+ "inherits": "1.x",
+ "block-stream": "*",
+ "fstream": "~0.1"
+ },
+ "devDependencies": {
+ "tap": "0.x",
+ "rimraf": "1.x"
+ }
+}