26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "hubbubpub",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"cors": "^2.8.4",
|
|
"express": "^4.16.3",
|
|
"express-basic-auth": "^1.1.5",
|
|
"mongodb": "^3.3.2",
|
|
"request": "^2.87.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"standardjs": "^1.0.0-alpha"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Will Murphy",
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|