-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 947 Bytes
/
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
{
"name": "s3mailreader",
"version": "1.1.1",
"description": "Web based SES-S3 mail parser and reader written in nodejs",
"main": "server.js",
"scripts": {
"start": "node ./bin/s3mailreader.js"
},
"files": [
"bin"
],
"bin": {
"s3mailreader": "./bin/s3mailreader.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davebra/s3mailreader.git"
},
"keywords": [
"s3",
"ses",
"aws",
"mail",
"client",
"reader"
],
"author": "davebra",
"license": "MIT",
"dependencies": {
"angular": "^1.7.8",
"angular-sanitize": "^1.7.8",
"aws-sdk": "^2.433.0",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"lodash": "^4.17.11",
"mailparser": "^2.6.0",
"purecss": "^1.0.0",
"yargs": "^13.2.2"
},
"bugs": {
"url": "https://github.com/davebra/s3mailreader/issues"
},
"homepage": "https://github.com/davebra/s3mailreader#readme"
}