forked from claviering/https-nodeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 778 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 778 Bytes
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
{
"name": "nodeHttps",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "DEBUG=app nodemon app.js",
"sit": "DEBUG=app NODE_ENV=sit nodemon app.js",
"build": "NODE_ENV=prod node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"debug": "^4.1.1",
"pm2": "^3.2.9"
},
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"ip": "^1.1.5",
"log4js": "^3.0.6",
"redis": "^2.8.0",
"spdy": "^4.0.0",
"tls": "0.0.1"
}
}