uci-utils-notify-email-plugin/package.json

21 lines
413 B
JSON
Raw Permalink Normal View History

2020-07-16 12:49:29 -07:00
{
"name": "@uci-utils/notify-email-plugin",
2020-10-13 07:26:23 -07:00
"version": "0.1.6",
2020-07-16 12:49:29 -07:00
"description": "email uci notify plugin",
"main": "email.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"notification",
"email"
],
"author": "codecoots",
"license": "MIT",
"dependencies": {
"gmail-send": "^1.8.10",
"node-ses": "^3.0.2",
"yaml": "^1.10.0"
}
}