UNPKG

yadsil

Version:

Yet Another Dead-SImple Log on stderr for CLI tools.

55 lines (54 loc) 1.14 kB
{ "name": "yadsil", "version": "0.1.1", "description": "Yet Another Dead-SImple Log on stderr for CLI tools.", "keywords": [ "log", "colors", "stderr", "cli", "tool", "simple" ], "homepage": "https://github.com/undashes/yadsil", "bugs": "https://github.com/undashes/yadsil/issues", "licenses": [ { "type": "MIT", "url": "https://raw.github.com/undashes/yadsil/master/LICENSE" } ], "author": { "name": "Jean Lauliac", "email": "jean@lauliac.com" }, "files": [ "lib" ], "main": "lib/yadsil.js", "repository": { "type": "git", "url": "git://github.com/undashes/yadsil.git" }, "scripts": { "prepublish": "grunt" }, "dependencies": { "colors": "~0.6.0-1", "source-map-support": "~0.1.8" }, "devDependencies": { "coffeelint": "~0.5.6", "grunt": "~0.4.1", "grunt-contrib-coffee": "~0.7.0", "matchdep": "~0.1.1", "grunt-coffeelint": "0.0.7", "mocha": "~1.12.0", "grunt-mocha": "~0.3.4", "coffee-script": "~1.6.3", "grunt-mocha-test": "~0.5.0" }, "engines": { "node": ">=0.8.0" } }