-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
42
43
44
{
"name": "flymagine-backend",
"version": "1.1.0",
"description": "Flymagine native application backend; social network for readers and writers. It is built in Node.js, Express.js and MongoDB.",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gustavoerivero/Flymagine-backend.git"
},
"keywords": [
"Node",
"Express",
"MongoDB",
"Android",
"Native"
],
"author": "Thoteam",
"license": "ISC",
"bugs": {
"url": "https://github.com/gustavoerivero/Flymagine-backend/issues"
},
"homepage": "https://github.com/gustavoerivero/Flymagine-backend#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-jwt": "^7.7.5",
"generate-password": "^1.7.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.6",
"mongoose-paginate-v2": "^1.6.3",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.5",
"nodemon": "^2.0.20",
"swagger-jsdoc": "^6.2.0",
"swagger-ui-express": "^4.3.0"
}
}