{
    "name": "nodecaf-cli",
    "version": "0.6.5",
    "description": "Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.",
    "main": "bin/nodecaf.js",
    "scripts": {
        "test": "mocha -b --no-diff test/*.js",
        "coverage": "nyc -r html -r text-summary mocha -b --no-diff --no-warnings test/*.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitlab.com/GCSBOSS/nodecaf-cli.git"
    },
    "bin": {
        "nodecaf": "./bin/nodecaf.js"
    },
    "keywords": [
        "http",
        "routing",
        "logging",
        "config",
        "ssl",
        "https",
        "promises",
        "async",
        "await",
        "error",
        "light",
        "framework",
        "api",
        "rest",
        "nodejs",
        "server"
    ],
    "author": "Guilherme C. Souza",
    "license": "MIT",
    "bugs": {
        "url": "https://gitlab.com/GCSBOSS/nodecaf-cli/issues"
    },
    "homepage": "https://gitlab.com/GCSBOSS/nodecaf-cli#README",
    "dependencies": {
        "colors": "^1.4.0",
        "eclipt": "^0.2.1",
        "ejs": "^3.1.10",
        "muhb": "^3.2.1"
    },
    "devDependencies": {
        "nodecaf": "^0.13.3",
        "tempper": "^0.1.1",
        "toml": "^3.0.0"
    }
}
