-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "mailfix",
"version": "1.2.1",
"description": "Export anonymized traffic flow information from email archives",
"scripts": {
"test": "nyc mocha"
},
"bin": {
"mailfix": "bin/mailfix.js"
},
"author": "Enrico Marocco <enrico.marocco@gmail.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/emarock/mailfix.git"
},
"bugs": {
"url": "http://github.com/emarock/mailfix/issues"
},
"dependencies": {
"addressparser": "^1.0.1",
"async": "^2.6.0",
"casual": "^1.5.19",
"chalk": "^2.3.2",
"cli-progress": "^1.8.0",
"debug": "^3.1.0",
"expand-tilde": "^2.0.2",
"google-auth-library": "^1.3.2",
"imap": "^0.8.19",
"inquirer": "^5.1.0",
"lodash": "^4.17.5",
"npm": "^5.7.1",
"printf": "^0.2.5",
"sqlite3": "^4.0.0",
"string-hash": "^1.1.3",
"yargs": "^11.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"hoodiecrow-imap": "^2.1.0",
"mocha": "^5.0.4",
"nyc": "^11.6.0",
"proxyquire": "^2.0.0"
}
}