UNPKG

nodecaf

Version:

Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.

51 lines (50 loc) 1.23 kB
{ "name": "nodecaf", "version": "0.13.3", "description": "Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.", "main": "lib/main.js", "types": "./lib/main.d.ts", "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.git" }, "keywords": [ "http", "routing", "logging", "config", "promises", "async", "await", "error", "light", "framework", "api", "rest", "nodejs", "server" ], "author": "Guilherme C. Souza", "license": "MIT", "files": [ "lib" ], "bugs": { "url": "https://gitlab.com/GCSBOSS/nodecaf/issues" }, "homepage": "https://gitlab.com/GCSBOSS/nodecaf#README", "dependencies": { "confort": "^0.2.1", "cookie-signature": "^1.1.0", "golog": "^0.5.0", "ws": "^8.7.0" }, "devDependencies": { "muhb": "^3.1.2", "toml": "^3.0.0" } }