forked from Kify7/regardeApi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
{
"name": "regardeapi",
"version": "1.0.0",
"description": "Team 13 Regarde Api Project",
"main": "index.js",
"scripts": {
"start": "node ./app.js",
"dev": "nodemon ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kify7/regardeApi.git"
},
"keywords": [
"backend",
"api",
"project"
],
"author": "Bedu Santander Team 13",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kify7/regardeApi/issues"
},
"homepage": "https://github.com/Kify7/regardeApi#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.13",
"mongoose-autopopulate": "^0.16.0",
"mongoose-unique-validator": "^2.0.3",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6"
}
}