{
  "name": "@maf/rest-service",
  "version": "0.20.0",
  "description": "maf rest service",
  "main": "index.js",
  "private": false,
  "scripts": {
    "docs": "rm -rf ./esdoc && esdoc . -c ./.esdoc.json",
    "test": "tap test/func/*.spec.js",
    "lint": "eslint -c .eslintrc.js --ignore-path .gitignore .",
    "lint:fix": "npm run lint -- --fix",
    "postversion": "git push origin && git push --tags",
    "dev": "nodemon ./example/service | bunyan"
  },
  "author": "alekzonder <alekzonder@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.18.2",
    "cors": "^2.8.4",
    "express": "^4.16.2",
    "lodash": "^4.17.4",
    "maf-config": "^1.2.0",
    "maf-error": "^1.2.0",
    "maf-logger": "^0.6.1",
    "maf-rest": "^0.23.0",
    "maf-service-locator": "^0.4.0",
    "morgan": "^1.8.2",
    "repl-extra": "^0.1.3",
    "rotating-file-stream": "^1.3.4",
    "source-map-support": "^0.5.0",
    "superagent": "^3.8.2"
  },
  "devDependencies": {
    "@maf/eslint-config": "0.5.0",
    "esdoc": "^1.0.4",
    "esdoc-node": "^1.0.2",
    "esdoc-standard-plugin": "^1.0.0",
    "eslint-config-google": "^0.9.1",
    "supertest": "^3.0.0",
    "tap": "^11.0.0"
  }
}
