This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
cors-anywhere-docker/package.json

24 lines
613 B
JSON

{
"name": "cors-anywhere",
"version": "0.4.4",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"license": "MIT",
"author": "Rob Wu <rob@robwu.nl>",
"repository": {
"type": "git",
"url": "https://github.com/Rob--W/cors-anywhere.git"
},
"bugs": {
"url": "https://github.com/Rob--W/cors-anywhere/issues/",
"email": "rob@robwu.nl"
},
"main": "./lib/cors-anywhere.js",
"dependencies": {
"http-proxy": "1.11.1",
"proxy-from-env": "0.0.1"
},
"engines": {
"node": ">=0.10.0"
}
}