-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1019 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1019 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
34
35
36
37
38
39
40
41
42
43
{
"name": "node-html-emails",
"version": "1.0.1",
"description": "Localized HTML emails for node",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bash scripts/build-ts.sh",
"watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jim-y/node-html-emails.git"
},
"keywords": [
"email",
"node",
"localized",
"html",
"templates",
"mailer"
],
"author": "Attila Kling",
"license": "MIT",
"bugs": {
"url": "https://github.com/jim-y/node-html-emails/issues"
},
"homepage": "https://github.com/jim-y/node-html-emails#readme",
"devDependencies": {
"typescript": "^2.9.2"
},
"dependencies": {
"@types/debug": "0.0.30",
"@types/glob": "^5.0.35",
"@types/handlebars": "^4.0.38",
"@types/i18n": "^0.8.3",
"debug": "^3.1.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"i18n": "^0.8.3",
"juice": "^4.3.1"
}
}