-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mail-monkey",
"version": "0.0.0-development",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"No tests yet\"",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ElderAS/mail-monkey.git"
},
"keywords": [
"elder",
"express",
"mail",
"mjml"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElderAS/mail-monkey/issues"
},
"homepage": "https://github.com/ElderAS/mail-monkey#readme",
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"semantic-release": "^15.9.17",
"travis-deploy-once": "^5.0.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@sendgrid/mail": "^6.5.1",
"chalk": "^2.4.1",
"handlebars": "^4.0.12",
"mjml": "^4.2.1",
"ramda": "^0.26.0"
}
}