forked from microadam/strider-mailer
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 740 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 740 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": "strider-mailer",
"version": "0.2.2",
"description": "Mailer class for Strider",
"main": "mailer.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Strider-CD/strider-mailer.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"keywords": [
"strider"
],
"author": "Strider CD",
"homepage": "https://github.com/Strider-CD/strider-mailer",
"dependencies": {
"debug": "^2.2.0",
"everypaas": "0.0.7",
"lodash.foreach": "~2.4.1",
"nodemailer": "~0.5.11"
},
"devDependencies": {
"eslint": "^3.1.1",
"expect.js": "~0.2.0",
"mocha": "~1.15.1"
}
}