npmlog-file
Version:
Easily write npmlog output to a file in the same format as it logs to the screen
35 lines (34 loc) • 735 B
JSON
{
"name": "npmlog-file",
"version": "0.1.4",
"description": "Easily write npmlog output to a file in the same format as it logs to the screen",
"main": "index.js",
"dependencies": {
"npmlog": "^0.1.1"
},
"devDependencies": {
"mocha": "^1.20.1"
},
"scripts": {
"test": "mocha spec.js -R spec -b"
},
"repository": {
"type": "git",
"url": "git://github.com/xtuple/npmlog-file.git"
},
"keywords": [
"logging",
"log",
"npmlog",
"npm",
"logfile",
"output",
"file"
],
"author": "Travis Webb <me@traviswebb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xtuple/npmlog-file/issues"
},
"homepage": "https://github.com/xtuple/npmlog-file"
}