From 7e198f7455db8191861415f9f34fb529c5ca0659 Mon Sep 17 00:00:00 2001 From: Rob W Date: Thu, 3 Jan 2013 22:45:27 +0100 Subject: [PATCH] Updated package.json --- package.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 59b9175..f0d14de 100644 --- a/package.json +++ b/package.json @@ -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 ", + "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" },