{
  "name": "bristol",
  "version": "0.4.0",
  "description": "Insanely configurable logging for Node.js",
  "main": "src/Bristol.js",
  "scripts": {
    "lint": "eslint src test",
    "test": "npm run lint && npm run test-cov && npm run check-cov",
    "mocha": "mocha",
    "test-cov": "istanbul cover _mocha",
    "check-cov": "istanbul check-coverage --statements 90 --functions 90 --branches 70 --lines 90"
  },
  "homepage": "https://github.com/TomFrost/Bristol",
  "repository": {
    "type": "git",
    "url": "git://github.com/TomFrost/Bristol.git"
  },
  "keywords": [
    "log",
    "datatype",
    "commoninfomodel",
    "json"
  ],
  "author": "Tom Shawver <tom@frosteddesign.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "eslint": "^4.19.0",
    "istanbul": "^0.4.5",
    "loggly": "^1.1.1",
    "mocha": "^5.0.4",
    "sinon": "^4.4.6",
    "sinon-chai": "^3.0.0",
    "tmp": "0.0.31"
  },
  "dependencies": {
    "json-stringify-safe": "^5.0.1",
    "moment": "^2.21.0"
  }
}
