mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 23:16:51 +00:00
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"name": "cors-anywhere",
|
|
"version": "0.1.0",
|
|
"description": "Proxies requests and adds the necessary CORS headers to it. URL is parsed from the path.",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Rob W",
|
|
"email": "gwnRob@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"http-proxy": "~0.8"
|
|
}
|
|
}
|