-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 959 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
{
"name": "dadtracker",
"version": "1.0.0",
"description": "An app for dads to track child growth and write notes for them to be given later in life",
"repository": {
"type": "git",
"url": "[email protected]:anthonyrivas/DadTracker.git"
},
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dad"
],
"author": "Anthony Rivas",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"multer": "^1.3.0",
"mysql2": "^1.5.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.87.0",
"sequelize": "^4.37.10"
}
}