UNPKG

cors-gate

Version:

Gate requests based on CORS data.

32 lines (31 loc) 697 B
{ "name": "cors-gate", "version": "1.1.3", "description": "Gate requests based on CORS data.", "main": "index.js", "scripts": { "test": "mocha", "lint": "eslint ." }, "author": "Jeff Wear <jeff@mixmax.com> (https://mixmax.com)", "contributors": [ "Eli Skeggs <eli@mixmax.com> (https://mixmax.com)" ], "license": "MIT", "devDependencies": { "cors": "^2.8.3", "eslint": ">=3", "eslint-config-mixmax": "^0.6.0", "express": "^4.15.2", "mocha": "^3.3.0", "pre-commit": "^1.2.2", "supertest": "^3.0.0" }, "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+ssh://github.com/mixmaxhq/cors-gate.git" } }