AgentiaSystems/agentia-ping-handler

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "agentia-ping-handler",
  "version": "1.1.0",
  "description": "Express Middleware to handle HTTP pings",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/mocha/bin/mocha --reporter dot",
    "spec": "node_modules/mocha/bin/mocha --reporter spec",
    "cover": "istanbul cover node_modules/.bin/_mocha -- --reporter dot",
    "lint": "eslint index.js lib test"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/AgentiaSystems/agentia-ping-handler.git"
  },
  "keywords": [
    "express",
    "middleware",
    "ping",
    "http",
    "handler"
  ],
  "author": "Johnny Estilles <johnny.estilles@agentia.asia>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AgentiaSystems/agentia-ping-handler/issues"
  },
  "homepage": "https://github.com/AgentiaSystems/agentia-ping-handler",
  "devDependencies": {
    "chai": "^3.0.0",
    "istanbul": "^0.3.15",
    "mocha": "^2.2.5",
    "node-mocks-http": "^1.4.3",
    "pre-commit": "^1.0.10",
    "sinon": "^1.15.3",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "depd": "^1.0.1",
    "extend": "^2.0.1"
  }
}