UNPKG

preview

Version:

Console logging, inspecting and debugging tool.

27 lines (26 loc) 788 B
{ "name": "preview", "description": "Console logging, inspecting and debugging tool.", "version": "0.1.3", "main": "index.js", "homepage": "https://github.com/fluidecho/preview", "author": "Mark W. B. Ashcroft <mark@fluidecho.com> (http://fluidecho.com)", "contributors": [ { "name": "Mark W. B. Ashcroft", "email": "mark@fluidecho.com" } ], "dependencies": { "colors": "~1.1.2", "minimist": "~1.2.0" }, "devDependencies": { }, "repository": { "type": "git", "url": "git://github.com/fluidecho/preview.git" }, "bugs": { "url" : "http://github.com/fluidecho/preview/issues", "email" : "bugs@fluidecho.com" }, "engines": { "node": ">=0.8.0" }, "license": "MIT", "keywords": [ "debug", "log", "logging", "inspect", "console" ] }