UNPKG

semlog

Version:

A semantic logger module, that colors and formats automatically depending on the content

45 lines (44 loc) 1.06 kB
{ "name": "semlog", "version": "0.6.10", "description": "A semantic logger module, that colors and formats automatically depending on the content", "homepage": "https://github.com/Fannon/semlog", "author": { "name": "Simon Heimler", "email": "heimlersimon@gmail.com", "url": "http://www.fannon.de" }, "repository": "Fannon/semlog", "license": "MIT", "main": "index.js", "keywords": [ "semlog", "log", "logging", "semantic", "colors" ], "dependencies": { "chalk": "^1.1.3", "prettyjson": "^1.1.3" }, "devDependencies": { "chai": "^3.5.0", "codeclimate-test-reporter": "0.3.1", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-documentation": "^1.1.2", "grunt-eslint": "^18.0.0", "grunt-jscs": "^2.8.0", "grunt-mocha-cli": "^2.0.0", "grunt-mocha-istanbul": "^3.0.1", "grunt-release": "^0.13.0", "istanbul": "^0.4.3", "load-grunt-tasks": "^3.4.1", "mocha": "^2.4.5", "time-grunt": "^1.3.0" }, "scripts": { "test": "grunt" } }