20 lines
391 B
JSON
Executable File
20 lines
391 B
JSON
Executable File
{
|
|
"name": "node_auth_basic",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"basic-auth": "latest",
|
|
"body-parser": "^1.20.0",
|
|
"cors": "^2.8.5",
|
|
"express": "latest",
|
|
"https": "latest",
|
|
"multiparty": "^4.2.3"
|
|
}
|
|
}
|