Update package.json - v0.1.1

This commit is contained in:
Rob W
2013-01-05 11:08:28 +01:00
parent 407ba84a10
commit f22a2161cf

View File

@@ -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"
},