-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 763 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 763 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
32
33
34
{
"name": "mailmonitor-api",
"version": "0.1.0",
"main": "app.js",
"dependencies": {
"async": "^1.4.2",
"bluebird": "^2.9.34",
"imap": "^0.8.15",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"passport": "^0.2.2",
"rc": "^1.1.0",
"sails": "^0.11.0",
"sails-disk": "^0.10.8",
"sails-hook-cron": "*",
"sails-mongo": "^0.11.2",
"winston": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"sails-memory": "^0.10.5",
"sinon": "^1.15.4",
"supertest": "^1.0.1"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "istanbul cover _mocha",
"console": "sails console",
"clean": "rm -rf ./.tmp"
}
}