{
  "name": "mini-service",
  "version": "4.1.0",
  "description": "Micro services done simply. Choose to run them locally or remotely",
  "author": "feugy <damien.feugas@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/feugy/mini-service",
  "repository": {
    "type": "git",
    "url": "https://github.com/feugy/mini-service"
  },
  "main": "./lib/index",
  "scripts": {
    "doc": "docma -c docma.config.json",
    "watch-doc": "watch \"npm run doc\" ./lib",
    "nsp": "nsp check",
    "lint": "eslint . --fix",
    "prepush": "npm run nsp & npm test",
    "submit-coverage": "cat coverage/lcov.info | coveralls -v",
    "test": "lab test",
    "update-deps": "next-update -k true --tldr"
  },
  "dependencies": {
    "boom": "~7.1.1",
    "crc32": "~0.2.2",
    "hapi": "~17.2.0",
    "hapi-swagger": "~9.0.2",
    "hoek": "~5.0.3",
    "inert": "~5.1.0",
    "joi": "~13.1.2",
    "mini-client": "~4.1.0",
    "mini-service-utils": "~3.0.1",
    "vision": "~5.3.1"
  },
  "devDependencies": {
    "benchmark": "~2.1.4",
    "coveralls": "~3.0.0",
    "docma": "~1.5.3",
    "eslint": "~4.17.0",
    "eslint-config-standard": "~10.2.1",
    "eslint-plugin-import": "~2.8.0",
    "eslint-plugin-node": "~6.0.0",
    "eslint-plugin-promise": "~3.6.0",
    "eslint-plugin-standard": "~3.0.1",
    "husky": "~0.14.3",
    "lab": "~15.2.2",
    "lab-espower-transformer": "~2.0.0",
    "moment": "~2.20.1",
    "next-update": "~3.6.0",
    "nsp": "~3.1.0",
    "power-assert": "~1.4.4",
    "request": "~2.83.0",
    "request-promise": "~4.2.2",
    "watch": "~1.0.2"
  }
}
