mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
Update package.json - v0.1.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cors-anywhere",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"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>",
|
||||
@@ -8,6 +8,10 @@
|
||||
"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",
|
||||
@@ -15,6 +19,7 @@
|
||||
"proxy",
|
||||
"heroku"
|
||||
],
|
||||
"main": "./lib/cors-anywhere.js",
|
||||
"dependencies": {
|
||||
"http-proxy": "~0.8"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user