router-generator
Version:
Express Router automatic folder separation package.
19 lines (18 loc) • 408 B
JSON
{
"name": "router-generator",
"version": "1.0.1",
"description": "Express Router automatic folder separation package.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords":
[
"Express","route","router","express-route","routing"
],
"author": "Prabhjot Singh",
"license": "ISC",
"dependencies": {
"fs-extra": "^8.1.0"
}
}