EnvironmentAgency/node-hapi-airbrake

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-hapi-airbrake",
  "version": "0.1.3",
  "description": "Hapi plugin wrapper for node-airbrake",
  "main": "lib",
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && lab -c -r console -o stdout -r lcov -o lcov.info"
  },
  "author": "",
  "license": "ISC",
  "repository": "git://github.com/DEFRA/node-hapi-airbrake",
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "airbrake": "2.1.1",
    "joi": "13.0.2"
  },
  "devDependencies": {
    "code": "5.1.2",
    "codeclimate-test-reporter": "0.5.0",
    "hapi": "17.1.1",
    "lab": "15.1.2",
    "standard": "10.0.3"
  }
}