UNPKG

style

Version:

color in your node.js console, without monkeypatching

29 lines (28 loc) 566 B
{ "name": "style", "description": "color in your node.js console, without monkeypatching", "version": "0.0.3", "author": "Dominic Tarr <dominic.tarr@gmail.com>", "repository": "http://github.com/dominictarr/colors.js.git", "engine": [ "node >=0.2.0" ], "main": "style", "engines": { "node": ">=0.2.0" }, "devDependencies":{ "synct": "1", "should": "*" }, "directories": { "lib": "" }, "files": [ "" ], "homepage": "https://github.com/dominictarr/style", "scripts": { "test": "expresso test/*.js" } }