express-async-router
Version:
Express Async Router - An Express Router wrapper which automatically manage Promise.
32 lines • 791 B
JSON
{
"name": "express-async-router",
"version": "0.1.15",
"description": "Express Async Router - An Express Router wrapper which automatically manage Promise.",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/spatools/express-async-router#readme",
"author": {
"name": "SPATools",
"url": "https://github.com/spatools",
"email": "spa@touchify.co"
},
"repository": {
"type": "git",
"url": "https://github.com/spatools/express-async-router.git"
},
"bugs": {
"url": "https://github.com/spatools/express-async-router/issues"
},
"keywords": [
"express",
"async",
"router",
"promise",
"es6"
],
"dependencies": {
"@types/express": "^4.16.0",
"@types/node": "^8.10.36",
"express": "^4.16.4"
}
}