forked from worldline/vuejs-training-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 806 Bytes
/
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
{
"name": "vuejs-training-backend",
"version": "2.0.0",
"description": "Vue.js training backend",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/worldline/vuejs-training-backend.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"cors": "^2.8.5",
"express": "^4.17.2",
"joi": "^17.5.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"pg": "^8.7.1",
"request": "^2.88.0",
"sequelize": "^6.29.0",
"sqlite3": "^5.1.5",
"swagger-ui-express": "^4.3.0",
"yamljs": "^0.3.0"
}
}