mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 23:16:51 +00:00
If you wish to check if the API works, launch demo.html, set the global cors_api_url variable to your local instance, enter an URL and press "GET" or "POST".
34 lines
790 B
JSON
34 lines
790 B
JSON
{
|
|
"name": "cors-anywhere",
|
|
"version": "0.1.6",
|
|
"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 <gwnRob@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Rob--W/cors-anywhere.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Rob--W/cors-anywhere/issues/",
|
|
"email": "gwnRob@gmail.com"
|
|
},
|
|
"keywords": [
|
|
"cors",
|
|
"cross-domain",
|
|
"http-proxy",
|
|
"proxy",
|
|
"heroku"
|
|
],
|
|
"main": "./lib/cors-anywhere.js",
|
|
"dependencies": {
|
|
"http-proxy": "~0.10"
|
|
},
|
|
"devDependencies": {
|
|
"node-webkit-agent": "~0.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.6",
|
|
"npm": ">=1.1.0"
|
|
}
|
|
}
|