rapidly
Version:
This helper can help you set your API routes/actions rapidly based on Express.js
30 lines (29 loc) • 663 B
JSON
{
"name" : "rapidly",
"version" : "0.0.5",
"description" : "This helper can help you set your API routes/actions rapidly based on Express.js",
"author" : "EragonJ <eragonj@eragonj.me>",
"bin" : {
"rapidly" : "./bin/rapidly"
},
"main" : "index",
"repository" : {
"type" : "git",
"url" : "https://github.com/EragonJ/Rapidly"
},
"keywords" : [
"rapidly",
"api",
"express"
],
"dependencies" : {
"commander" : ">= 1.0.0"
},
"devDependencies" : {
"commander" : ">= 1.0.0"
},
"engines" : {
"node" : "*"
},
"license" : "MIT"
}