-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 860 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": "email-printer",
"version": "0.0.0",
"description": "A node based linkage between a thermal printer and a gmail account",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Kusmeroglu/email-printer.git"
},
"keywords": [
"thermalprinter",
"raspberrypi"
],
"author": "Linden Wright",
"license": "BSD 2-Clause License",
"bugs": {
"url": "https://github.com/Kusmeroglu/email-printer/issues"
},
"homepage": "https://github.com/Kusmeroglu/email-printer",
"dependencies": {
"base-64": "^0.1.0",
"imap": "^0.8.19",
"imap-simple": "^4.3.0",
"inspect": "0.0.2",
"lodash": "^4.17.21",
"parse5": "^5.1.1",
"pdfkit": "^0.11.0",
"striptags": "^3.2.0",
"utf8": "^3.0.0"
}
}