{
  "name": "npm-fetch",
  "version": "0.0.9",
  "description": "Fetch an npm module as a tarball",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/npm-fetch.git"
  },
  "license": "BSD",
  "dependencies": {
    "semver": "~2.2.1",
    "sha": "~1.2.3",
    "read-package-json": "~1.1.0",
    "tar-pack": "~2.0.0",
    "fetch-file": "~1.0.1",
    "fstream-npm": "~0.1.4",
    "hyperquest": "~0.2.0",
    "barrage": "~1.0.0",
    "discern": "~1.1.0",
    "npm-registry-client": "~0.3.3",
    "temp": "^0.8.0"
  },
  "devDependencies": {
    "mocha": "~1.9",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.2.8",
    "npmconf": "*",
    "npm-registry-mock": "*",
    "strong-caching-http-client": "git+https://github.com/strongloop/strong-caching-http-client.git"
  }
}