21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "login",
|
|
"version": "4.2.0",
|
|
"main": "login.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "MJ",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.17.2",
|
|
"mysql": "^2.18.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.wmi.amu.edu.pl/s449303/Javascript2"
|
|
},
|
|
"description": ""
|
|
}
|