forked from prasad83/node-bounce-handler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 821 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
{
"name": "node-bounce-handler",
"description": "Parse email bounce notification messages",
"main": "./lib/bouncehandler",
"author": {
"name": "Prasad"
},
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/prasad83/node-bounce-handler.git"
},
"bugs": {
"url": "https://github.com/prasad83/node-bounce-handler/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prasad83/node-bounce-handler/raw/master/LICENSE"
}
],
"devDependencies": {
"mimelib": "0.2.x"
},
"jam": {
"main": "lib/bouncehandler.js",
"include": [
"lib/bouncehandler.js",
"lib/responses.js",
"lib/rfc1893-error-codes.js",
"README.md",
"LICENSE"
]
},
"dependencies": {
"mimelib": "0.2.x"
}
}