retardlog
Version:
Retardedly basic console and file logging
25 lines (24 loc) • 534 B
JSON
{
"name": "retardlog",
"version": "0.1.6",
"description": "Retardedly basic console and file logging",
"author": "Karl Morrison <karl@basickarl.io>",
"license": "WTFPL",
"keywords": [
"log",
"logging",
"retard"
],
"repository": {
"type": "git",
"url": "git@github.com:basickarl/retardlog.git"
},
"main": "index.js",
"engines": {
"node": ">=7.8.0"
},
"dependencies": {
"chalk": "^2.3.0",
"strip-ansi": "^4.0.0"
}
}