{
  "name": "peroxide",
  "keywords": [
    "proxy",
    "server",
    "asset"
  ],
  "description": "A simple, configurable proxy server that will hit a chain of sources before failing.",
  "version": "0.1.4",
  "preferGlobal": true,
  "bin": {
    "peroxide": "./bin/server.js"
  },
  "homepage": "https://github.com/creativemarket/peroxide",
  "author": "Brian Reavis <brian@creativemarket.com>",
  "bugs": "https://github.com/creativemarket/peroxide/issues",
  "main": "lib/server.js",
  "license": {
    "name": "Apache License, Version 2.0",
    "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  },
  "dependencies": {
    "request": "~2.29.0",
    "lodash": "~2.4.1",
    "optimist": "~0.6.0",
    "npid": "~0.3.2"
  },
  "devDependencies": {
    "mocha": "~1.15.1",
    "mocha-istanbul": "~0.2.0",
    "mocha-lcov-reporter": "0.0.1",
    "coveralls": "~2.6.0",
    "istanbul": "~0.1.46"
  },
  "engines": {
    "node": ">= 0.10.0"
  }
}
