UNPKG

@lykmapipo/postman

Version:

collective notifications for nodejs

79 lines (78 loc) 1.86 kB
{ "name": "@lykmapipo/postman", "version": "0.5.2", "description": "collective notifications for nodejs", "keywords": [ "lykmapipo", "mongoose", "express", "postman", "sms", "email", "push", "notification", "message", "fcm" ], "main": "index.js", "scripts": { "test": "grunt test" }, "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.2.1", "@lykmapipo/mongoose-test-helpers": ">=0.3.1", "chai": "^4.2.0", "grunt": "^1.0.4", "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-watch": "^1.1.0", "grunt-mocha-test": "^0.13.3", "jshint-stylish": "^2.2.1", "mocha": "^6.1.3", "mongoose": "^5.5.2", "supertest": "^4.0.2" }, "dependencies": { "@lykmapipo/env": ">=0.7.3", "@lykmapipo/express-common": ">=0.13.0", "@lykmapipo/mongoose-common": ">=0.16.2", "@lykmapipo/tz-ega-sms": ">=0.5.2", "async": ">=2.6.2", "bipsms": ">=0.4.1", "country-data": "0.0.31", "is-html": ">=1.1.0", "kue": ">=0.11.6", "lodash": ">=4.17.11", "mongoose-kue": ">=0.7.2", "mongoose-rest-actions": ">=0.24.1", "nodemailer": ">=6.1.0", "object-hash": ">=1.3.1", "phone": ">=2.3.10", "require-all": ">=3.0.0", "string-template": ">=1.0.0", "striptags": ">=3.1.1" }, "engines": { "node": ">=8.6.0", "npm": ">=5.3.0" } }