-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.23 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
48
49
50
51
52
53
54
55
56
{
"name": "dieta-farma-api",
"version": "1.0.0",
"description": "Dieta Farma API",
"engines": {
"node": "12.18.3"
},
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node test.js"
},
"dependencies": {
"aws-sdk": "2.743.0",
"bcrypt": "5.0.0",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"dotenv": "8.2.0",
"errorhandler": "1.5.1",
"express": "4.16.0",
"express-jwt": "5.3.1",
"express-validation": "3.0.5",
"helmet": "4.1.0",
"jsonwebtoken": "8.5.1",
"method-override": "3.0.0",
"moment": "2.27.0",
"mongoose": "5.13.2",
"morgan": "1.9.1",
"newrelic": "6.13.0",
"nodemailer": "6.6.2",
"nodemailer-express-handlebars": "4.0.0",
"passport": "0.4.1",
"passport-jwt": "4.0.0",
"passport-local": "1.0.0",
"rand-token": "1.0.1",
"stripe": "8.91.0",
"swagger-stats": "0.95.6"
},
"devDependencies": {
"request": "2.88.0",
"tape": "5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/idgm81/dieta-farma-api.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"author": "Dieta Farma ©",
"license": "MIT"
}