{
  "name": "tarball-extract",
  "description": "A simple tarball download and extraction lib for node.",
  "version": "0.0.6",
  "author": "Mattie Kenny <hi@matsie.net>",
  "keywords": [
    "tar",
    "tarball"
  ],
  "main": "tarball.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/joshuah/tarball-extract.git"
  },
  "dependencies": {
    "tar": "2.2.1",
    "wget": "*"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.8.0"
  }
}
