express-middleware-management
Version:
Manage middleware for express applications on the run
28 lines (27 loc) • 593 B
JSON
{
"name": "express-middleware-management",
"version": "0.0.6",
"description": "Manage middleware for express applications on the run",
"main": "index.js",
"scripts": {
"start": "node index.js",
"inspect": "node --inspect index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Jashepp/express-middleware-management"
},
"author": "unchosen.aus@gmail.com",
"license": "MIT",
"keywords": [
"middleware",
"manage",
"enable",
"disable",
"insertBefore",
"insertAfter",
"getPrevious",
"getNext",
"remove"
]
}