UNPKG

micdrop

Version:

MicroService baseline using Express

30 lines (29 loc) 646 B
{ "name": "micdrop", "version": "1.1.3", "description": "MicroService baseline using Express", "main": "index.js", "scripts": { "test": "cd example && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/kentprimrose/micdrop.git" }, "keywords": [ "MicroService", "Express", "configurable", "container" ], "author": "Kent Primrose", "license": "MIT", "bugs": { "url": "https://github.com/kentprimrose/micdrop/issues" }, "homepage": "https://github.com/kentprimrose/micdrop#readme", "dependencies": { "body-parser": "^1.16.1", "express": "^4.14.1" } }