-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 799 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 799 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
{
"name": "nodejs-web-deploy-starter",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Atlas-Tech-Solutions/Nodejs-Web-Deploy-starter.git"
},
"author": "Amateur-God",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Atlas-Tech-Solutions/Nodejs-Web-Deploy-starter/issues"
},
"homepage": "https://github.com/Atlas-Tech-Solutions/Nodejs-Web-Deploy-starter#readme",
"dependencies": {
"body-parser": "^1.20.2",
"connect-redis": "^7.1.1",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"path": "^0.12.7",
"redis": "^4.7.0"
}
}