File size: 705 Bytes
97810fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"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"
}
}
|