UNPKG

blum

Version:

A cli tool for generating manifest config.json files. Ideal as a prestart script.

44 lines (43 loc) 855 B
{ "name": "blum", "version": "1.0.0", "description": "A cli tool for generating manifest config.json files. Ideal as a prestart script.", "main": "index", "engines": { "node": ">=0.10.30" }, "dependencies": { "confidence": "^1.4.2", "json-format": "^0.1.1", "yargs": "^3.27.0" }, "devDependencies": { "code": "^1.4.0", "coveralls": "^2.11.2", "lab": "^6.2.0", "rewire": "^2.3.1", "sinon": "^1.14.1" }, "bin": { "blum": "./bin/blum" }, "scripts": { "test": "make test-cov" }, "author": "Mark C.", "license": "BSD", "repository": { "type": "git", "url": "git@github.com:chasevida/blum.git" }, "keywords": [ "blum", "cli", "hapi", "manifest" ], "readmeFilename": "README.md", "bugs": { "url": "https://github.com/chasevida/blum/issues" } }