log-ocd
Version:
the best node.js logger
41 lines (40 loc) • 867 B
JSON
{
"name": "log-ocd",
"version": "1.0.0-beta.11",
"description": "the best node.js logger",
"main": "log-ocd.js",
"repository": {
"type": "git",
"url": "https://github.com/imaginate/log-ocd.git"
},
"author": "Adam Smith <imagineadamsmith@gmail.com> (https://github.com/imaginate)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/imaginate/log-ocd/issues"
},
"homepage": "https://github.com/imaginate/log-ocd",
"dependencies": {
"chalk": "1.x",
"node-vitals": "4.x"
},
"devDependencies": {
"node-act": "1.x",
"mocha": "3.x"
},
"scripts": {
"test": "node ./test/init.js"
},
"keywords": [
"imaginate",
"javascript logger",
"javascript log",
"nodejs logger",
"nodejs log",
"node logger",
"node log",
"js logger",
"js log",
"logger",
"log"
]
}