UNPKG

blum

Version:

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

21 lines (20 loc) 455 B
{ "name": "blum-example", "version": "0.3.0", "description": "A simple example using Blum with Hapi & Rejoice", "main": "index", "engines": { "node": ">=0.10.30" }, "dependencies": { "blum": "latest", "hapi": "latest", "jade": "latest", "rejoice": "latest", "vision": "latest" }, "scripts": { "prestart": "blum -c criteria.js -m manifest.js", "start": "rejoice -c manifest.config.json -p myplugins" } }