control-access
Version:
Easy CORS handling
42 lines (41 loc) • 637 B
JSON
{
"name": "control-access",
"version": "0.1.1",
"description": "Easy CORS handling",
"license": "MIT",
"repository": "kevva/control-access",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"access",
"allow",
"control",
"cors",
"headers",
"http",
"https",
"methods",
"maxage",
"middleware",
"origin"
],
"devDependencies": {
"ava": "^*",
"got": "^7.1.0",
"micro": "^9.0.0",
"test-listen": "^1.0.2",
"xo": "*"
}
}