{
  "name": "@lykmapipo/postman",
  "version": "0.19.5",
  "description": "collective notifications for nodejs",
  "keywords": [
    "lykmapipo",
    "mongoose",
    "express",
    "postman",
    "sms",
    "email",
    "push",
    "notification",
    "message",
    "fcm"
  ],
  "main": "index.js",
  "scripts": {
    "pretest": "npm run format",
    "test": "NODE_ENV=test KUE_CONCURRENCY=1 KUE_TIMEOUT=0 grunt test",
    "test:unit": "NODE_ENV=test KUE_CONCURRENCY=1 KUE_TIMEOUT=0 grunt unit",
    "test:integration": "NODE_ENV=test KUE_CONCURRENCY=1 KUE_TIMEOUT=0 grunt integration",
    "format": "prettier --write \"{lib,test,.}/**/*.js\" --loglevel silent"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lykmapipo/postman.git"
  },
  "author": {
    "name": "lykmapipo",
    "email": "lallyelias87@gmail.com",
    "url": "https://github.com/lykmapipo"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lykmapipo/postman/issues"
  },
  "homepage": "https://github.com/lykmapipo/postman",
  "contributors": [
    {
      "name": "lykmapipo",
      "github": "https://github.com/lykmapipo"
    }
  ],
  "devDependencies": {
    "@benmaruchu/faker": "^4.3.0",
    "@lykmapipo/express-test-helpers": "^0.9.14",
    "@lykmapipo/mongoose-test-helpers": ">=0.8.4",
    "chai": "^4.2.0",
    "grunt": "^1.3.0",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha-test": "^0.13.3",
    "handlebars": "^4.7.6",
    "jshint-stylish": "^2.2.1",
    "lodash.template": "^4.5.0",
    "mocha": "^8.2.1",
    "mongoose": ">=5.11.8",
    "prettier": "^2.2.1",
    "shelljs": "^0.8.4",
    "supertest": "^6.0.1",
    "websocket-extensions": ">=0.1.4"
  },
  "peerDependencies": {
    "mongoose": ">=5.11.8"
  },
  "dependencies": {
    "@lykmapipo/common": ">=0.42.4",
    "@lykmapipo/env": ">=0.17.24",
    "@lykmapipo/express-common": ">=0.18.14",
    "@lykmapipo/express-rest-actions": ">=0.8.26",
    "@lykmapipo/kue-common": ">=0.6.26",
    "@lykmapipo/mongoose-common": ">=0.38.4",
    "@lykmapipo/mongoose-exportable": ">=0.3.36",
    "@lykmapipo/phone": ">=0.7.9",
    "@lykmapipo/tz-ega-sms": ">=0.5.34",
    "async": ">=3.2.0",
    "bipsms": ">=0.6.19",
    "country-data": "0.0.31",
    "is-html": ">=2.0.0",
    "kue": ">=0.11.6",
    "lodash": ">=4.17.20",
    "mongoose-kue": ">=0.9.26",
    "mongoose-rest-actions": ">=0.30.6",
    "node-gcm": ">=1.0.3",
    "nodemailer": ">=6.4.17",
    "smssync": ">=0.3.25"
  },
  "engines": {
    "node": ">=8.6.0",
    "npm": ">=5.3.0"
  }
}
