-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 853 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 853 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
{
"name": "mailgen",
"version": "1.0.0",
"description": "DoCSoc's Email Generator",
"main": "mailgen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icdocsoc/mailgen.git"
},
"author": "Nik Vangerow",
"license": "MIT",
"bugs": {
"url": "https://github.com/icdocsoc/mailgen/issues"
},
"homepage": "https://github.com/icdocsoc/mailgen#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fbgraph": "^1.4.4",
"html-minifier": "^3.5.16",
"inline-css": "^2.4.0",
"jsonfile": "^4.0.0",
"libxmljs": "^0.18.8",
"markdown-it": "^8.4.1",
"moment": "^2.22.1",
"moment-timezone": "^0.5.21",
"mustache": "^2.3.0",
"npm": "^6.14.7",
"strip-indent": "^2.0.0",
"uuid": "^3.2.1"
}
}