forked from EcosystemProjects/EcosystemMail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "ecosystem-mail",
"version": "0.0.0",
"private": true,
"scripts": {
"client-install": "npm install --prefix client",
"start": "node ./bin/www",
"server": "nodemon ./bin/www",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client \""
},
"dependencies": {
"body-parser": "^1.18.3",
"concurrently": "^3.6.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-session": "^1.15.6",
"find-or-create": "^1.1.0",
"fuse.js": "^3.2.1",
"http-errors": "~1.6.2",
"jwt-simple": "^0.5.1",
"mailgun-js": "^0.20.0",
"mongodb": "^3.1.1",
"mongoose": "^5.2.6",
"mongoose-deep-populate": "^3.1.1",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"pepipost": "^2.5.2",
"react-dom": "^16.5.1",
"strip-bom": "^3.0.0",
"validator": "^10.7.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
}
}