package.json

Summary

Maintainability
Test Coverage
{
  "name": "sad",
  "version": "1.0.8",
  "description": "X-Clacks-Overhead header plugin for Hapi.js apps",
  "main": "index.js",
  "scripts": {
    "codeclimate": "CODECLIMATE_REPO_TOKEN=001fcc4016fb1e611e80c793958800457920bb59b126a2cf1b291e57c70177a5 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info",
    "coverage": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js | node_modules/tap-spec/bin/cmd.js && ./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "test": "node ./node_modules/tape/bin/tape ./test/*.js",
    "start": "node ./example/server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pandajs/sad.git"
  },
  "keywords": [
    "debugger"
  ],
  "author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/pandajs/sad/issues"
  },
  "homepage": "https://github.com/pandajs/sad",
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.4",
    "hapi": "^8.4.0",
    "istanbul": "^0.3.8",
    "tape": "^3.5.0"
  },
  "peerDependencies": {
    "hapi": ">=8.x.x"
  }
}