content-type-router
Version:
This is a strictly structured router module designed for internal use only. It assumes all incoming request are either json, text or file/blob via POST method. It doesn't parse flexible parameter in path either.
24 lines (23 loc) • 765 B
JSON
{
"name": "content-type-router",
"version": "1.3.0",
"description": "This is a strictly structured router module designed for internal use only. It assumes all incoming request are either json, text or file/blob via POST method. It doesn't parse flexible parameter in path either.",
"keywords": ["router", "mime", "contentType"],
"main": "content-type-router.js",
"author": {
"name": "JingAn Chen",
"email": "lzsoft.cja@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lzsoft/content-type-router.git"
},
"engines": {
"node": ">=7.6.0",
"npm": ">=3.0.0"
},
"scripts": {
"test": "mocha"
}
}