forked from crisp-oss/email-forward-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 684 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 684 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
{
"name": "email-forward-parser",
"version": "1.0.16",
"description": "Parses forwarded emails and extract content",
"author": "Eliott Vincent <eliott@crisp.chat>",
"main": "lib/index.js",
"homepage": "https://github.com/crisp-oss/email-forward-parser",
"repository": {
"type": "git",
"url": "git://github.com/crisp-oss/email-forward-parser"
},
"bugs": {
"url": "https://github.com/crisp-oss/email-forward-parser/issues"
},
"scripts": {
"test": "nodeunit ./test/index.js"
},
"devDependencies": {
"nodeunit-x": "0.15.0"
},
"dependencies": {
"re2": "1.16.0"
},
"keywords": [
"email",
"forward"
],
"license": "MIT"
}