Files
cors-anywhere/package.json
Rob Wu 7983d1e7ae Update dev dependency
To test for mem leaks, just run node test/runner.js
and follow the instructions.
2014-01-03 14:21:49 +01:00

34 lines
794 B
JSON

{
"name": "cors-anywhere",
"version": "0.1.8",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"license": "MIT",
"author": "Rob Wu <gwnRob@gmail.com>",
"repository": {
"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",
"http-proxy",
"proxy",
"heroku"
],
"main": "./lib/cors-anywhere.js",
"dependencies": {
"http-proxy": "~0.10"
},
"devDependencies": {
"webkit-devtools-agent": "~0.2.1"
},
"engines": {
"node": ">=0.6.6",
"npm": ">=1.1.0"
}
}