Updated package.json

This commit is contained in:
Rob W
2013-01-03 22:45:27 +01:00
parent 495a99ebde
commit 7e198f7455

View File

@@ -1,12 +1,20 @@
{
"name": "cors-anywhere",
"version": "0.1.0",
"description": "Proxies requests and adds the necessary CORS headers to it. URL is parsed from the path.",
"description": "Adds CORS headers to any request by acting as a http-proxy. The URL is parsed from the path.",
"license": "MIT",
"author": {
"name": "Rob W",
"email": "gwnRob@gmail.com"
"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"
},