added static cors-anywhere
This commit is contained in:
51
cors-anywhere/package.json
Normal file
51
cors-anywhere/package.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "cors-anywhere",
|
||||
"version": "0.4.1",
|
||||
"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 <rob@robwu.nl>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Rob--W/cors-anywhere.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Rob--W/cors-anywhere/issues/",
|
||||
"email": "rob@robwu.nl"
|
||||
},
|
||||
"keywords": [
|
||||
"cors",
|
||||
"cross-domain",
|
||||
"http-proxy",
|
||||
"proxy",
|
||||
"heroku"
|
||||
],
|
||||
"main": "./lib/cors-anywhere.js",
|
||||
"files": [
|
||||
"lib/",
|
||||
"test/",
|
||||
"Procfile",
|
||||
"demo.html",
|
||||
"server.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"http-proxy": "1.11.1",
|
||||
"proxy-from-env": "0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.6",
|
||||
"eslint": "^2.2.0",
|
||||
"istanbul": "^0.4.2",
|
||||
"lolex": "^1.5.0",
|
||||
"mocha": "^3.4.2",
|
||||
"nock": "^8.2.1",
|
||||
"supertest": "^2.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha ./test/test*.js --reporter spec",
|
||||
"test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- test/test.js test/test-ratelimit.js --reporter spec"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user