22 lines
440 B
JSON
22 lines
440 B
JSON
{
|
|
"name": "Joblog_Parser",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"watch": "nodemon app.js"
|
|
},
|
|
"author": "Patrick Wagner",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.17.1",
|
|
"formidable": "^1.2.2",
|
|
"nodemon": "^2.0.3",
|
|
"pug": "^2.0.4"
|
|
}
|
|
}
|