UNPKG

take-five

Version:
42 lines (41 loc) 1.05 kB
{ "name": "take-five", "version": "2.0.0", "description": "Very minimal JSON-REST server", "main": "take-five.js", "scripts": { "dep": "dependency-check . && dependency-check . --unused --no-dev", "test": "standard && npm run dep && tap test/*.spec.js", "coverage": "tap --cov --coverage-report lcov test/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/scriptollc/take-five.git" }, "keywords": [ "REST", "JSON", "API", "Restify", "Express", "Hapi" ], "author": "Todd Kennedy <todd@selfassembled.org>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/scriptollc/take-five/issues" }, "homepage": "https://github.com/scriptollc/take-five#readme", "dependencies": { "concat-stream": "^1.6.2", "fast-safe-stringify": "^2.0.3", "wayfarer": "^6.1.5" }, "devDependencies": { "dependency-check": "^3.1.0", "nanorequest": "^1.1.0", "selfsigned": "^1.10.2", "standard": "^11.0.1", "tap": "^11.1.3" } }