{
  "name": "npm-reg-http-proxy",
  "version": "0.0.1",
  "description": "An http proxy server that forwards incoming requests to the npm registry.",
  "dependencies": {
  },
  "devDependencies": {
  	"mocha": "1.12.x",
  	"chai": "1.7.x",
  	"request": "2.25.x"
  },
  "scripts": {
    "start": "node server.js",
    "test": "mocha"
  },
  "repository": {
  	"type": "git",
  	"url": "https://github.com/dishs/npm-reg-http-proxy.git"
  },
  "engines": {
  	"node": "*"
  },  
  "author": "Dushyant Singh",
  "license": "BSD"
}