corsproxy-cli
Version:
A command line CORS Proxy server that is easy to use and flexible.
32 lines (31 loc) • 680 B
JSON
{
"name": "corsproxy-cli",
"version": "0.1.0",
"description": "A command line CORS Proxy server that is easy to use and flexible.",
"main": "index.js",
"preferGlobal": true,
"bin": {
"corsproxy": "index.js"
},
"keywords": [
"CORS",
"proxy"
],
"repository": {
"type": "git",
"url": "https://github.com/ghmcadams/corsproxy.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ghmcadams/corsproxy/blob/master/LICENSE-MIT"
}
],
"author": "Gabriel McAdams <ghmcadams@yahoo.com>",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"express": "^4.13.4",
"request": "^2.69.0"
}
}