-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 980 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 980 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
35
36
37
38
39
40
41
42
{
"name": "mailprobe",
"version": "1.0.0",
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"createuser": "node ./utils/createUser.js"
},
"dependencies": {
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"install": "^0.13.0",
"mailparser": "^2.7.7",
"morgan": "~1.9.1",
"nanoid": "^3.1.30",
"nedb": "^1.8.0",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"smtp-server": "^3.5.0",
"sqlite3": "^5.0.2"
},
"bin": {
"mailprobe": "./bin/www"
},
"description": "A e-mail testing library for test automation and unittests",
"main": "app.js",
"keywords": [
"mail",
"testing"
],
"author": "Vinayak Kolagi",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.2"
}
}