{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "tar",
  "description": "tar for node",
  "version": "0.1.15",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-tar.git"
  },
  "main": "tar.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "engines": {
    "node": "~0.5.9 || 0.6 || 0.7 || 0.8"
  },
  "dependencies": {
    "inherits": "1.x",
    "block-stream": "*",
    "fstream": "~0.1.8"
  },
  "devDependencies": {
    "tap": "0.x",
    "rimraf": "1.x"
  },
  "license": "BSD"
}
