the-mail
Version:
Mail client for the-framework
54 lines (53 loc) • 1.31 kB
JSON
{
"name": "the-mail",
"description": "Mail client for the-framework",
"version": "3.1.3",
"author": {
"name": "Taka Okunishi",
"email": "okunishinishi@gmail.com",
"url": "http://okunishitaka.com"
},
"browser": "shim",
"bugs": {
"url": "https://github.com/the-labo/the-mail/issues"
},
"dependencies": {
"@sendgrid/mail": "*",
"asobj": "^3.0.1",
"handlebars": "^4.0.12",
"nodemailer": "^5.1.1",
"the-check": "^2.0.18",
"uuid": "^3.3.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"the-script-build": "^5.0.1",
"the-script-jsdoc": "^2.0.4",
"the-script-release": "^1.0.8",
"the-script-share": "^1.0.5",
"the-script-update": "^2.0.0",
"the-secret": "^3.0.6",
"the-templates": "^6.0.6"
},
"engines": {
"node": ">=7.6",
"npm": ">=4"
},
"homepage": "https://github.com/the-labo/the-mail#readme",
"keywords": [
"the"
],
"license": "MIT",
"main": "lib",
"repository": "the-labo/the-mail",
"scripts": {
"build": "the-script-build",
"doc": "the-script-jsdoc",
"prepare": "the-script-build && the-script-jsdoc",
"release": "the-script-release -y",
"share": "the-script-share",
"test": "mocha",
"update": "the-script-update",
"watch": "the-script-build -w"
}
}