forked from Moises6669/API.SURVEY
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.14 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
45
46
47
{
"name": "api.survey",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.29.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-validator": "^6.14.0",
"fs-extra": "^10.0.1",
"google-auth-library": "^7.14.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.2",
"mongoose-unique-validator": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-twitter": "^1.0.4",
"underscore": "^1.13.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"mocha": "^8.4.0"
},
"scripts": {
"test": "mocha",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Moises6669/API.SURVEY.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Moises6669/API.SURVEY/issues"
},
"homepage": "https://github.com/Moises6669/API.SURVEY#readme"
}