-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 908 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
{
"name": "mailbot",
"version": "3.1.1",
"description": "Mail Bot: IMAP client sorting and processing entering emails",
"main": "bot.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byteclubfr/mailbot.git"
},
"keywords": [
"imap",
"bot",
"mail"
],
"author": "Nicolas Chambrier <[email protected]> (http://naholyr.fr/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/byteclubfr/mailbot/issues"
},
"homepage": "https://github.com/byteclubfr/mailbot#readme",
"dependencies": {
"address-rfc2822": "^1.0.1",
"debug": "^2.6.0",
"imap": "^0.8.19",
"mailparser": "^0.6.2",
"striptags": "^3.0.1",
"talon": "^2.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"fs-promise": "^1.0.0",
"mocha": "^3.2.0",
"proxyquire": "^1.7.11",
"sinon": "^1.17.7"
}
}