-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 KB
/
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
42
43
44
45
46
{
"name": "test",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"debug": "nodemon ./bin/www 3001"
},
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.17.3",
"memorystore": "^1.6.7",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.10.0",
"pg-promise": "^11.4.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"eslint": "^9.8.0",
"eslint-config-airbnb": "^4.0.0",
"expect": "^1.13.4",
"expect.js": "^0.3.1",
"grunt": "^1.6.1",
"grunt-eslint": "^17.3.1",
"grunt-mocha-cli": "^7.0.0",
"load-grunt-tasks": "^3.4.0",
"mocha": "^10.7.0"
},
"description": "![Home page cover](./static/picture/Home-page-cover.png)",
"main": "app.js",
"directories": {
"test": "tests"
},
"author": "",
"license": "ISC"
}