UNPKG

rokot-notification

Version:

Rokot - [Rocketmakers](http://www.rocketmakers.com/) TypeScript NodeJs Platform

50 lines 1.45 kB
{ "name": "rokot-notification", "version": "3.0.2", "description": "", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "build": "tsc -p source -d", "debug": "yarn run build && node . --debug=5858", "test-debug": "yarn test --inspect-brk", "test": "yarn run build && yarn run mocha", "client-generate": "yarn run build && node ./lib/test/clientGenerator.js" }, "devDependencies": { "@types/bunyan": "^1.8.4", "@types/node": "^10.7.0", "@types/node-gcm": "^0.14.29", "@types/nodemailer": "^4.6.2", "@types/nodemailer-direct-transport": "^1.0.31", "@types/nodemailer-smtp-transport": "^2.7.4", "@types/underscore": "^1.8.8", "rokot-log": "^0.3.2", "rokot-test": "^0.3.2", "typescript": "^3.0.1" }, "dependencies": { "@sendgrid/mail": "^6.3.1", "apn": "^2.2.0", "bunyan": "^1.8.12", "node-gcm": "^1.0.2", "nodemailer": "^4.6.7", "nodemailer-sendgrid-transport": "^0.2.0", "reflect-metadata": "^0.1.12", "underscore": "^1.9.1" }, "keywords": [ "typescript", "emailer" ], "author": "developers@rocketmakers.com", "license": "MIT", "homepage": "https://github.com/Rocketmakers/rokot-notification", "repository": { "type": "git", "url": "git://git@github.com:Rocketmakers/rokot-notification.git" }, "bugs": { "url": "https://github.com/Rocketmakers/rokot-notification/issues" } }