mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-14 07:26:49 +00:00
18 lines
371 B
JSON
18 lines
371 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"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.6",
|
|
"npm": ">=1.1.0"
|
|
}
|
|
}
|