forked from Flolagale/mailin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.49 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mailin",
"version": "3.0.4",
"description": "Artisanal inbound emails for every web app",
"engine": "node ~0.12.4",
"main": "index.js",
"bin": {
"mailin": "./run-cli.js"
},
"scripts": {
"test": "node -e \"require('grunt').tasks(['mochaTest']);\"",
"start": "./run-cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Flolagale/mailin.git"
},
"keywords": [
"incoming",
"inbound",
"email",
"parse",
"smtp",
"easy",
"webhook",
"post"
],
"author": "Florent Galland",
"license": "MIT",
"bugs": {
"url": "https://github.com/Flolagale/mailin/issues"
},
"homepage": "https://github.com/Flolagale/mailin",
"dependencies": {
"bluebird": "^2.9.30",
"commander": "^2.8.1",
"extend": "^2.0.1",
"forever-monitor": "^1.5.2",
"html-to-text": "^1.3.1",
"languagedetect": "^1.1.1",
"lodash": "^3.9.3",
"mailparser": "^0.5.1",
"node-uuid": "^1.4.3",
"semver": "^5.0.1",
"shelljs": "^0.5.1",
"smtp-server": "^1.4.0",
"spamc": "0.0.5",
"superagent": "^1.2.0",
"winston": "^1.0.0"
},
"devDependencies": {
"async": "^1.5.0",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"express": "^4.13.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jsbeautifier": "~0.2.10",
"grunt-mocha-test": "^0.12.7",
"mocha": "^1.20.0",
"multiparty": "^4.1.2",
"should": "^7.0.1",
"smtp-connection": "^1.2.0"
}
}