iosWebViewFix/test_node_server/package.json

20 lines
391 B
JSON
Raw Permalink Normal View History

{
"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"
}
}