mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
26 lines
549 B
JSON
26 lines
549 B
JSON
{
|
|
"name": "cors-anywhere",
|
|
"version": "0.1.0",
|
|
"description": "Adds CORS headers to any request by acting as a http-proxy. The URL is parsed from the path.",
|
|
"license": "MIT",
|
|
"author": "Rob W <gwnRob@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Rob--W/cors-anywhere.git"
|
|
},
|
|
"keywords": [
|
|
"cors",
|
|
"cross-domain",
|
|
"http-proxy",
|
|
"proxy",
|
|
"heroku"
|
|
],
|
|
"dependencies": {
|
|
"http-proxy": "~0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.6",
|
|
"npm": ">=1.1.0"
|
|
}
|
|
}
|