UNPKG

certificates

Version:

Create and send personalized e-certificates in bulk

48 lines (47 loc) 1.32 kB
{ "name": "certificates", "version": "1.2.0", "description": "Create and send personalized e-certificates in bulk", "main": "lib/send-certificate.js", "bin": { "cert": "commands/cert.js", "cert-opts": "commands/cert-opts.js", "cert-recipients": "commands/cert-recipients.js", "cert-send": "commands/cert-send.js" }, "repository": { "type": "git", "url": "git+https://github.com/manishbhatias/certificates.git" }, "keywords": [ "bulk certificate", "mass certificate", "ses", "email", "pdf" ], "author": "Manish Bhatia <manishbhatias@gmail.com>", "license": "SEE LICENSE IN LICENSE.md", "bugs": { "url": "https://github.com/manishbhatias/certificates/issues" }, "homepage": "https://github.com/manishbhatias/certificates#readme", "dependencies": { "aws-sdk": "^2.1043.0", "chalk": "^2.4.2", "cli-table3": "^0.5", "commander": "^3.0", "csv-parse": "^4.6", "figlet": "^1.2.4", "gm": "^1.23.1", "handlebars": "^4.4.3", "inquirer": "^7.0", "level": "^5.0", "level-jobs": "^2.0", "lodash.merge": "^4.6.1", "nodemailer": "^6.3", "nodemailer-postmark-transport": "^2.2", "nodemailer-ses-transport": "^1.4.0", "preferences": "^1.0" } }