{
  "name": "bristol-sentry",
  "version": "0.0.5",
  "description": "Sentry transport + formatter for the Bristol logger",
  "main": "lib/bristol-sentry.js",
  "engines": {
    "node": ">=5.0.0"
  },
  "scripts": {
    "test": "mocha test/**/*.js --require test/index.js",
    "test-watch": "npm run test -- --watch",
    "lint": "esw lib/ test/",
    "lint-watch": "npm run lint -- --watch",
    "cover": "istanbul cover  -x \"**example/**\" ./node_modules/mocha/bin/_mocha -- test/**/*.js --require test/index.js",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- test/**/*.js --require test/index.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "do-publish": "npm run lint && npm test && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeffijoe/bristol-sentry.git"
  },
  "keywords": [],
  "author": "Jeff Hansen <jeff@jeffijoe.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jeffijoe/bristol-sentry/issues"
  },
  "homepage": "https://github.com/jeffijoe/bristol-sentry#readme",
  "devDependencies": {
    "bristol": "^0.3.3",
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "eslint": "^2.8.0",
    "eslint-watch": "^2.1.10",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "raven": "^0.11.0",
    "yenv": "^1.0.0"
  },
  "dependencies": {
    "lodash": "^4.13.1"
  }
}
