-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 838 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
{
"name": "projectft.backend",
"version": "1.0.0",
"description": "back-end",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "server.js"
},
"keywords": [
"fdie"
],
"author": "Bigez",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.3",
"dotenv": "^7.0.0",
"es6-promisify": "^6.0.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"hasha": "^5.0.0",
"html-to-text": "^5.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.4.20",
"mongoose-mongodb-errors": "0.0.2",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemailer": "^6.1.0",
"slugs": "^0.1.3"
},
"devDependencies": {
"eslint": "^5.16.0",
"nodemon": "^1.18.10"
}
}