-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 942 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": "nodi",
"version": "1.0.0",
"description": "\"A website using node and expressjs\"",
"main": "app/app.js",
"scripts": {
"start": "nodemon -e css,ejs,js,json --watch app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manojkumaran/nodi.git"
},
"keywords": [
"node",
"express",
"fishes",
"manoj"
],
"author": "Manoj Kumar Amalraj",
"license": "ISC",
"bugs": {
"url": "https://github.com/manojkumaran/nodi/issues"
},
"homepage": "https://github.com/manojkumaran/nodi#readme",
"dependencies": {
"body-parser": "^1.18.2",
"connect-redis": "^3.3.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.4",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"redis": "^2.8.0",
"reload": "^2.2.2",
"socket.io": "^2.0.4"
},
"devDependencies": {
"express-session": "^1.15.6"
}
}