-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.19 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
47
48
49
50
51
52
53
54
{
"name": "newsprint",
"version": "0.3.2",
"description": "Create and send a beautiful, mobile-friendly, newsletter using your Trello board.",
"main": "bin/index.js",
"bin": {
"newsprint": "bin/index.js"
},
"files": [
"bin/",
"tmpl/",
"example/",
"LICENCE"
],
"preferGlobal": "true",
"dependencies": {
"async": "^1.3.0",
"commander": "^2.8.1",
"fs-extra": "^0.22.1",
"html-minifier": "^0.7.2",
"html-to-text": "^1.3.1",
"inquirer": "^0.8.5",
"json5": "^0.4.0",
"juice": "^1.3.2",
"lodash": "^4.17.13",
"marked": "^0.3.3",
"node-trello": "^1.1.2",
"nodemailer": "^1.4.0",
"opener": "^1.4.1",
"schema-inspector": "^1.5.4",
"winston": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rodati/newsprint.git"
},
"keywords": [
"trello",
"newsletter",
"email",
"resume",
"sprint"
],
"author": "Leandro D'Onofrio",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodati/newsprint/issues"
},
"homepage": "https://github.com/rodati/newsprint"
}