-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 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
30
31
{
"name": "mailmonitor-api",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server/start",
"test": "node server/src/tests/index.js -u tdd --timeout 50000"
},
"dependencies": {
"agenda": "^0.6.28",
"async": "^0.9.0",
"body-parser": "~1.10.2",
"compression": "1.4.1",
"config": "^1.14.0",
"express": "~4.11.1",
"express-auth-parser": "^0.1.2",
"express-jsonschema": "^1.1.0",
"imap": "^0.8.14",
"mongoose": "3.8.22",
"node-uuid": "^1.4.2",
"nodemailer": "^0.7.1",
"on-headers": "^1.0.0",
"winston": "^1.0.0"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.5",
"monk": "^1.0.1",
"supertest": "0.15.0"
}
}