-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"name": "blog",
"version": "1.0.0",
"description": "Projeto de um blog desenvolvido com NodeJS e no front utilizando o Handlebars, visando aprimorar a minha capacidade no Back End",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"mongoose": "^5.13.2",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MurilloSSJ/Blog-Com-sistema-de-autenticacao.git"
},
"keywords": [
"NodeJS",
"BackEnd",
"Blog",
"SistemaRegistro"
],
"author": "Murillo Santhiago Souza Jacob",
"license": "MIT",
"bugs": {
"url": "https://github.com/MurilloSSJ/Blog-Com-sistema-de-autenticacao/issues"
},
"homepage": "https://github.com/MurilloSSJ/Blog-Com-sistema-de-autenticacao#readme"
}