Files
cors-anywhere/package.json
2013-01-03 18:46:50 +01:00

14 lines
307 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"
}
}