UNPKG

mako-cli

Version:

A CLI for the mako build runner

35 lines (34 loc) 672 B
{ "name": "mako-cli", "version": "2.1.1", "description": "A CLI for the mako build runner", "keywords": [ "mako-util", "command line", "cli" ], "repository": "makojs/cli", "license": "MIT", "bin": { "mako": "bin/mako" }, "dependencies": { "bluebird": "^3.4.6", "bluebird-co": "^2.1.2", "commander": "^2.9.0", "mako": "^1.1.7", "mako-cache": "^2.1.2", "mako-config": "^2.0.1", "mako-logger": "^0.1.1", "mako-utils": "^1.0.1", "mako-watch": "^1.0.4", "winston": "^2.0.0" }, "devDependencies": { "mako-browser": "^1.0.3", "rimraf": "^2.4.3" }, "scripts": { "test": "mocha" } }