logmagic
Version:
Dynamic and Configurable logging library for node.js
34 lines (33 loc) • 820 B
JSON
{
"name": "logmagic",
"version": "0.3.0",
"description": "Dynamic and Configurable logging library for node.js",
"main": "lib/logmagic.js",
"directories": {
"test": "tests"
},
"dependencies": {
"chalk": "^1.0.0",
"moment": "^2.10.2"
},
"devDependencies": {
"jsfmt": "^0.4.1"
},
"scripts": {
"fix": "node_modules/.bin/jsfmt --write lib/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pquerna/node-logmagic.git"
},
"keywords": [
"logging"
],
"author": "Paul Querna <pquerna@apache.org> (http://paul.querna.org/)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/pquerna/node-logmagic/issues"
},
"homepage": "https://github.com/pquerna/node-logmagic"
}