@fearless/cors
Version:
28 lines (27 loc) • 608 B
JSON
{
"name": "@fearless/cors",
"description": "CORS",
"version": "0.1.4",
"author": "Rodrigo Oler <https://github.com/rodrigooler>",
"bugs": {
"url": "https://github.com/fearlessjs/cors/issues"
},
"homepage": "https://github.com/fearlessjs/cors#readme",
"keywords": [
"cors",
"fearless",
"javascript",
"middleware",
"nodejs"
],
"license": "MIT",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fearlessjs/cors.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}