mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-06-05 07:26:46 +00:00
CORS Anywhere - Initial commit
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user