{
  "name": "pr-winston-child",
  "version": "0.1.1",
  "description": "Winston logger with a child",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha -R spec test/spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/partharamanujam/pr-winston-child.git"
  },
  "keywords": [
    "Winston",
    "Logger",
    "Child"
  ],
  "author": "Partha Ramanujam (parthasarathi.ramanujam@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/partharamanujam/pr-winston-child/issues"
  },
  "homepage": "https://gitlab.com/partharamanujam/pr-winston-child#README",
  "devDependencies": {
    "eslint": "^3.12.0",
    "mocha": "^3.2.0",
    "testdouble": "^1.10.1",
    "winston-spy": "^0.2.0"
  },
  "dependencies": {
    "winston": "^2.3.0"
  }
}
