-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 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
48
49
50
{
"name": "senai-5s-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/guilhermenass/senai-5s-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/guilhermenass/senai-5s-api/issues"
},
"homepage": "https://github.com/guilhermenass/senai-5s-api#readme",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"bcrypt": "^1.0.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"config": "^1.30.0",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"eslint": "^5.7.0",
"express": "^4.16.2",
"express-jwt": "^5.3.1",
"jquery": "^3.2.1",
"jsonwebtoken": "^8.1.0",
"localstorage": "^0.1.0",
"mongoose": "^4.12.5",
"mysql": "^2.15.0",
"mysql2": "^1.4.2",
"nodemailer": "^4.6.7",
"nodemon": "^1.17.3",
"path-to-regexp": "^2.4.0",
"pg": "^7.4.3",
"sequelize": "^4.20.3",
"sequelize-cli": "^5.3.0"
},
"devDependencies": {
"@angular/cli": "^1.7.4",
"@types/cors": "^2.8.3"
},
"engines": {
"node": "9.11.1"
}
}