Skip to content

Instantly share code, notes, and snippets.

@christopherstott
Created November 14, 2017 17:43
Show Gist options
  • Save christopherstott/ad3e1571b54f2c834dc9faf98e0b0848 to your computer and use it in GitHub Desktop.
Save christopherstott/ad3e1571b54f2c834dc9faf98e0b0848 to your computer and use it in GitHub Desktop.
log-colors package.json
{
"name": "log-colors",
"version": "1.0.0",
"description": "A colorized winston console logger",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/nisaacson/console-logger.git"
},
"keywords": [
"winston",
"console",
"colors",
"log",
"logger",
"logging"
],
"author": "Noah Isaacson",
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"winston": "~0.6.2"
},
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "~1.8.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment