{
  "name": "cors-server",
  "version": "1.0.4",
  "description": "Command line script that will start a web server that will proxy any request received and add CORS headers to it",
  "main": "index.js",
  "bin": {
    "cors-server": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "lmmfranco",
  "license": "ISC",
  "dependencies": {
    "chalk": "^1.1.3",
    "express": "^4.15.2",
    "request": "^2.81.0"
  }
}
