{
  "name": "tar-fs",
  "version": "0.4.0",
  "description": "filesystem bindings for tar-stream",
  "repository": "git://github.com:mafintosh/tar-fs.git",
  "dependencies": {
    "tar-stream": "~0.4.1",
    "pump": "~0.3.0",
    "mkdirp": "~0.3.5"
  },
  "keywords": [
    "tar",
    "fs",
    "file",
    "tarball",
    "directory",
    "stream"
  ],
  "devDependencies": {
    "tap": "~0.4.6",
    "rimraf": "~2.2.5"
  },
  "scripts": {
    "test": "tap test/index.js"
  }
}
