20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "middleware_intro",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"morgan": "^1.10.0",
|
|
"node-uuid": "^1.4.8",
|
|
"path": "^0.12.7",
|
|
"rotating-file-stream": "^3.0.2",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
} |