rubberguppe/package.json

27 lines
554 B
JSON
Raw Normal View History

2018-09-15 07:01:19 +00:00
{
2019-09-09 22:44:53 +00:00
"name": "hubbubpub",
2018-09-15 07:01:19 +00:00
"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",
2019-03-26 05:17:24 +00:00
"request": "^2.87.0"
2018-09-15 07:01:19 +00:00
},
"engines": {
"node": ">=10.10.0"
},
"devDependencies": {
"standardjs": "^1.0.0-alpha"
},
2018-09-15 07:01:19 +00:00
"scripts": {
"start": "node index.js",
2018-09-15 07:01:19 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
2019-09-09 22:44:53 +00:00
"author": "Will Murphy",
"license": "AGPL-3.0-or-later"
2018-09-15 07:01:19 +00:00
}