-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "tracker",
"version": "1.0.0",
"description": "competetive tracking system",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"restful",
"api"
],
"author": "Foysal",
"license": "ISC",
"dependencies": {
"alert-node": "^3.0.10",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.5",
"connect-flash": "^0.1.1",
"consolidate": "^0.15.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-handlebars": "^4.0.6",
"express-session": "^1.17.1",
"express-toastr": "^2.0.2",
"express-validator": "^6.9.2",
"moment": "^2.29.1",
"mongoose": "^5.11.11",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.10.0",
"nightmare": "^3.0.2",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"popups": "^1.1.3",
"puppeteer": "^2.1.1",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"swig": "^1.4.2"
}
}