UNPKG

open311-smtp

Version:
49 lines (48 loc) 1.18 kB
{ "name": "open311-smtp", "version": "0.1.1", "description": "smtp mail transport for open311 messages", "main": "index.js", "scripts": { "test": "grunt test", "integration": "npm link . && npm link open311-smtp && grunt integration" }, "repository": { "type": "git", "url": "https://github.com/CodeTanzania/open311-smtp.git" }, "keywords": [ "open311", "311", "tanzania" ], "author": { "name": "lykmapipo", "email": "lallyelias87@gmail.com", "url": "https://github.com/lykmapipo" }, "license": "MIT", "bugs": { "url": "https://github.com/CodeTanzania/open311-smtp/issues" }, "homepage": "https://github.com/CodeTanzania/open311-smtp", "devDependencies": { "chai": "^4.1.2", "faker": "^4.1.0", "grunt": "^1.0.3", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-watch": "^1.1.0", "grunt-mocha-test": "^0.13.3", "jshint-stylish": "^2.2.1", "mocha": "^5.2.0", "mongoose": "^5.1.6" }, "dependencies": { "async": "^2.6.1", "kue": "^0.11.6", "lodash": "^4.17.10", "nodemailer": "^4.6.7", "open311-messages": "^0.6.3", "striptags": "^3.1.1" } }