{
  "name": "rozu",
  "version": "4.2.16",
  "description": "Webhook server for inbound & outbound events",
  "main": "index.js",
  "engineStrict": true,
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "mongo": "docker run -d --name mongo -p 27017:27017 mongo",
    "redis": "docker run -d --name redis -p 6379:6379 redis",
    "test": "grunt test",
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avoidwork/rozu.git"
  },
  "keywords": [
    "webhook",
    "web",
    "hook",
    "hooks",
    "server",
    "api",
    "service",
    "micro",
    "micrservice",
    "http",
    "https",
    "coap",
    "iot"
  ],
  "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/avoidwork/rozu/issues"
  },
  "homepage": "http://avoidwork.github.io/rozu",
  "dependencies": {
    "bcrypt": "~1.0.2",
    "express-sse": "~0.4.1",
    "haro": "~3.4.5",
    "haro-mongo": "~1.1.3",
    "jsonpatch": "~3.0.1",
    "mpass": "~1.0.3",
    "nodemailer": "~2.7.0",
    "redis": "~2.7.1",
    "request": "~2.81.0",
    "retsu": "~2.0.3",
    "tenso": "~4.3.36",
    "tiny-defer": "~2.0.2",
    "tiny-lru": "~1.4.9",
    "uuid": "~3.0.1"
  },
  "devDependencies": {
    "grunt": "~1.0.1",
    "grunt-cli": "~1.2.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-eslint": "~19.0.0",
    "grunt-mocha-test": "~0.13.2",
    "grunt-nsp": "~2.3.1",
    "mocha": "~3.2.0",
    "tiny-httptest": "^1.0.7"
  }
}
