nodejs / package.json
dtsky's picture
Upload 2 files
97810fa
{
"name": "netnr-proxy",
"version": "0.0.2",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netnr/proxy.git"
},
"keywords": [
"cors",
"cross-domain",
"http-proxy",
"proxy"
],
"author": "netnr",
"license": "MIT",
"bugs": {
"url": "https://github.com/netnr/proxy/issues/"
},
"homepage": "https://github.com/netnr/proxy#readme",
"dependencies": {
"crypto-js": "^4.1.1",
"http-proxy": "1.18.1",
"proxy-from-env": "1.1.0"
}
}