CoolFace
Apppublic

dtsky/nodejs

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
package.json31 linesDownload Raw Back to root
1{2  "name": "netnr-proxy",3  "version": "0.0.2",4  "description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",5  "main": "app.js",6  "scripts": {7    "start": "node app.js"8  },9  "repository": {10    "type": "git",11    "url": "git+https://github.com/netnr/proxy.git"12  },13  "keywords": [14    "cors",15    "cross-domain",16    "http-proxy",17    "proxy"18  ],19  "author": "netnr",20  "license": "MIT",21  "bugs": {22    "url": "https://github.com/netnr/proxy/issues/"23  },24  "homepage": "https://github.com/netnr/proxy#readme",25  "dependencies": {26    "crypto-js": "^4.1.1",27    "http-proxy": "1.18.1",28    "proxy-from-env": "1.1.0"29  }30}31