-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.06 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
{
"name": "anyfetch-eml-hydrater",
"version": "1.0.0",
"author": "Matthieu Bacconnier <[email protected]>",
"contributors": [
{
"name": "Hugo Duroux",
"email": "[email protected]"
}
],
"bin": {
"server": "./bin/server"
},
"scripts": {
"start": "node ./bin/server",
"test": "NODE_ENV=test mocha -R spec -t 5000 test/",
"lint": "jshint lib/ test/ config/ bin/"
},
"main": "./lib/",
"repository": {
"type": "git",
"url": "https://github.com/AnyFetch/eml-hydrater.anyfetch.com"
},
"keywords": [
"anyfetch",
"hydrater",
"eml"
],
"dependencies": {
"anyfetch": "^2.1.9",
"anyfetch-hydrater": "^2.2.0",
"async": "0.9.x",
"heroku-self-ping": "^1.1.2",
"mailparser": "~0.4.8",
"node-html-encoder": "0.0.2",
"npm-cid": "0.1.x",
"rarity": "~2.1.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^5.0.1",
"supertest": "^0.15.0",
"jshint": "2.6.x",
"sinon": "~1.12.2"
},
"licence": "MIT",
"engines": {
"node": "=0.10"
}
}