{
  "name": "express-nemo-route-ping",
  "version": "1.3.0",
  "description": "A middleware for express to add a route that handles ping route in an api",
  "main": "index.js",
  "scripts": {
    "test": "mocha './{,!(node_modules)/**/}*.spec.js' --reporter spec --slow 10",
    "test:watch": "mocha './{,!(node_modules)/**/}*.spec.js' --reporter spec --watch --slow 10",
    "lint": "eslint --ext .js .",
    "lint-fix": "eslint --fix --ext .js ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StenaIT/express-nemo.git"
  },
  "keywords": [
    "stena",
    "express",
    "middleware",
    "http",
    "route",
    "ping"
  ],
  "author": "giorgio.salmi@stena.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/StenaIT/express-nemo/issues"
  },
  "homepage": "https://github.com/StenaIT/express-nemo#readme",
  "devDependencies": {
    "chai": "^4.3.4",
    "eslint": "^8.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-import": "^2.25.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "mocha": "^9.1.2",
    "prettier-eslint": "^13.0.0"
  },
  "dependencies": {
    "moment": "^2.22.1"
  }
}
