forked from node-ci/nci-mail-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "nci-mail-notification",
"version": "1.1.1",
"description": "Mail notification plugin for nci",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/node-ci/nci-mail-notification.git"
},
"keywords": [
"nciplugin",
"mail",
"email",
"notification"
],
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-ci/nci-mail-notification/issues"
},
"homepage": "https://github.com/node-ci/nci-mail-notification",
"dependencies": {
"nodemailer": "1.4.0",
"twostep": "0.4.1",
"underscore": "1.8.3"
},
"peerDependencies": {
"nci": "0.10.x || 1.0.x"
}
}