-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 735 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
{
"name": "design-studio-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Roman Maya",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": ">=1.17.1",
"express": "*",
"express-session": "^1.15.1",
"file-system": "^2.2.2",
"jsonwebtoken": "^7.3.0",
"mongoose": "*",
"mongoose-paginate": "^5.0.3",
"mongoose-unique-validator": "^1.0.5",
"morgan": "^1.8.1",
"multer": "^1.2.1",
"nodemailer": "^4.0.0",
"nodemailer-mailgun-transport": "^1.3.5",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {}
}