koa2-rest-cli
Version:
A RESTFul API generator for Koa2
40 lines (39 loc) • 835 B
JSON
{
"name": "koa2-rest-cli",
"version": "0.6.1",
"description": "A RESTFul API generator for Koa2",
"main": "bin/koa2-cli",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"koa2-init": "./bin/koa2-init"
},
"keywords": [
"Koa",
"Koa2",
"RESTFul"
],
"author": "lenconda",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lenconda/koa2-rest-cli.git"
},
"homepage": "https://github.com/lenconda/koa2-rest-cli#readme",
"bugs": {
"url": "https://github.com/lenconda/koa2-rest-cli/issues"
},
"dependencies": {
"commander": "^2.19.0",
"mkdirp": "^0.5.1",
"sorted-object": "^2.0.1"
},
"devDependencies": {
"mocha": "2.2.5",
"rimraf": "~2.2.8"
},
"engines": {
"node": ">= 8.9.0"
}
}