-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
39
40
41
{
"name": "Familia",
"version": "0.0.0",
"description": "Family management made easy.",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.0.0",
"bluebird": "^3.7.2",
"body-parser": "^1.20.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.18.2",
"gm": "^1.23.1",
"helmet": "^3.22.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^5.9.7",
"multer": "^1.4.2"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"start:dev": "NODE_ENV=development nodemon server.js"
},
"keywords": [
"blackfire",
"MEAN",
"framework",
"boilerplate",
"GuysWhoCode"
],
"author": "shajanjp@gmail.com",
"license": "ISC"
}