-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
38 lines (38 loc) · 929 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
34
35
36
37
38
{
"name": "contacts-app",
"version": "1.0.0",
"description": "contacts app",
"main": "index.js",
"scripts": {
"dev": "nodemon src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoniosarosi/Contacts-App-Nodejs.git"
},
"keywords": [
"Nodejs"
],
"author": "Antonio Sarosi",
"license": "ISC",
"bugs": {
"url": "https://github.com/antoniosarosi/Contacts-App-Nodejs/issues"
},
"homepage": "https://github.com/antoniosarosi/Contacts-App-Nodejs#readme",
"devDependencies": {
"nodemon": "^1.19.3"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-mysql-session": "^2.1.0",
"express-session": "^1.16.2",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"timeago.js": "^4.0.0-beta.2"
}
}