21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "@uci-utils/notify-email-plugin",
|
|
"version": "0.1.6",
|
|
"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"
|
|
}
|
|
}
|