You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
328 B
17 lines
328 B
4 years ago
|
{
|
||
|
"name": "docker_web_app",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Node.js on Docker",
|
||
|
"author": "z3r0luck and z3r0flags",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"body-parser": "^1.19.0",
|
||
|
"ejs": "^3.1.3",
|
||
|
"express": "^4.16.1",
|
||
|
"mongodb": "^3.5.8"
|
||
|
}
|
||
|
}
|