{
  "name": "overloop-log",
  "version": "0.2.0",
  "description": "Overloop's logging helper packaged up",
  "main": "index.js",
  "scripts": {
    "test": "grunt test",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/overloop-io/overloop-log.git"
  },
  "keywords": [
    "logging",
    "continuation-local-storage"
  ],
  "author": "bsimpson53@github.com",
  "license": "Owned by Overloop",
  "bugs": {
    "url": "https://github.com/overloop-io/overloop-log/issues"
  },
  "homepage": "https://github.com/overloop-io/overloop-log",
  "dependencies": {
    "cls-mongoose": "^2.0.1",
    "continuation-local-storage": "^3.1.6",
    "lodash": "4.17.2",
    "morgan": "^1.6.1",
    "npmlog": "^2",
    "uuid": "^2.0.1",
    "modern-syslog": "^1.1.2"
  },
  "peerDependencies": {
    "mongoose": "^5.3.1",
    "express": ">= 3.4"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "~0.1.13",
    "overloop-test": "git+ssh://git@github.com/overloop-io/overloop-test.git#v0.4.0"
  }
}
