crier
Version:
Log dispatcher , multi store, tree grouping, formatter, meta handling, error handling.
59 lines • 1.18 kB
JSON
{
"name": "crier",
"description": "Log dispatcher , multi store, tree grouping, formatter, meta handling, error handling.",
"version": "0.4.6",
"author": {
"name": "Javier Gallego Martín",
"email": "bifuer@gmail.com"
},
"contributors": [
{
"name": "Chelo Quilón Gomez",
"email": "cheloq@gmail.com"
}
],
"homepage": "https://github.com/pillarsjs/crier",
"repository": {
"type": "git",
"url": "git://github.com/pillarsjs/crier"
},
"bugs": {
"url": "https://github.com/pillarsjs/crier/issues",
"email" : "cheloq@gmail.com"
},
"keywords": [
"log",
"logs",
"logger",
"log handling",
"log dispatcher",
"console",
"async errors",
"node",
"js",
"javascript"
],
"dependencies": {
"procedure": "*",
"objectarray": "*",
"date.format": "*",
"json.decycled": "*",
"colors": "*"
},
"devDependencies": {
"mocha": "*",
"unit.js": "*"
},
"main": "./index.js",
"scripts":{
"test": "mocha test/"
},
"preferGlobal": false,
"files": [
"LICENSE",
"README.md",
"index.js"
],
"readmeFilename": "README.md",
"license": "MIT"
}