UNPKG

blocky

Version:

Yet another colored console logger. Print your messages in colorful blocks.

35 lines (34 loc) 709 B
{ "name": "blocky", "version": "0.0.1", "description": "Yet another colored console logger. Print your messages in colorful blocks.", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/pmahmud/blocky.git" }, "keywords": [ "log", "console", "color", "print", "write", "stdout", "blocky", "loggy", "chalk", "block" ], "author": "Pallab Mahmud <pmahmud@cs.uoregon.edu>", "license": "MIT", "bugs": { "url": "https://github.com/pmahmud/blocky/issues" }, "homepage": "https://github.com/pmahmud/blocky#readme", "dependencies": { "chalk": "^1.1.0" } }