UNPKG

cli-utils

Version:

Common utils for command line applications.

90 lines (89 loc) 1.72 kB
{ "name": "cli-utils", "description": "Common utils for command line applications.", "version": "0.1.0", "homepage": "https://github.com/jonschlinkert/cli-utils", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/cli-utils", "bugs": { "url": "https://github.com/jonschlinkert/cli-utils/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "ansi-colors": "^0.1.0", "error-symbol": "^0.1.0", "info-symbol": "^0.1.0", "success-symbol": "^0.1.0", "time-stamp": "^0.1.3", "warning-symbol": "^0.1.0" }, "devDependencies": { "common-middleware": "^0.2.5", "engine-base": "^0.1.2", "engine-handlebars": "^0.8.0", "gulp-format-md": "*", "helper-copyright": "^2.0.1", "helper-date": "^0.2.2", "helper-reflinks": "^3.0.2", "helper-related": "^0.12.1", "mocha": "*" }, "keywords": [ "ansi", "chalk", "check", "checkmark", "cli", "color", "colors", "console", "cyan", "error", "green", "info", "red", "stamp", "success", "terminal", "time", "time-stamp", "timestamp", "util", "utility", "utils", "warn", "warning", "yellow" ], "verb": { "related": { "list": [ "ansi-colors", "error-symbol", "info-symbol", "success-symbol", "warning-symbol" ] }, "layout": "default", "reflinks": [ "verb" ], "plugins": [ "gulp-format-md" ] }, "lintDeps": { "ignore": [] } }