16 lines
284 B
JSON
16 lines
284 B
JSON
|
{
|
||
|
"name": "web",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Running Node.js and Express.js on Docker",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.2",
|
||
|
"redis": "3.1.2"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "MIT"
|
||
|
}
|