{
  "name": "bower-registry-client",
  "version": "0.2.4",
  "description": "Provides easy interaction with the Bower registry",
  "author": "Twitter",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/bower/registry-client/blob/master/LICENSE"
    }
  ],
  "repository": "bower/registry-client",
  "main": "Client",
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "async": "~0.2.8",
    "bower-config": "~0.5.0",
    "graceful-fs": "~2.0.0",
    "lru-cache": "~2.3.0",
    "request": "~2.51.0",
    "request-replay": "~0.2.0",
    "rimraf": "~2.2.0",
    "mkdirp": "~0.3.5"
  },
  "devDependencies": {
    "expect.js": "~0.2.0",
    "grunt": "~0.4.1",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-watch": "~0.5.0",
    "grunt-simple-mocha": "~0.4.0",
    "mocha": "~1.12.0",
    "nock": "~0.22.0"
  },
  "scripts": {
    "test": "grunt test"
  }
}
