mirror of
https://github.com/franjsco/trackmyd-api
synced 2025-02-21 05:40:45 +01:00
Bumps [express-basic-auth](https://github.com/LionC/express-basic-auth) from 1.1.6 to 1.1.7. - [Release notes](https://github.com/LionC/express-basic-auth/releases) - [Commits](https://github.com/LionC/express-basic-auth/compare/v1.1.6...v1.1.7) Signed-off-by: dependabot[bot] <support@github.com>
33 lines
817 B
JSON
33 lines
817 B
JSON
{
|
|
"name": "trackmyd-api",
|
|
"version": "1.0.0",
|
|
"description": "trackmyd API",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"lint": "eslint",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/frsposito/trackmyd-api.git"
|
|
},
|
|
"author": "frsposito",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/frsposito/trackmyd-api/issues"
|
|
},
|
|
"homepage": "https://github.com/frsposito/trackmyd-api#readme",
|
|
"devDependencies": {
|
|
"eslint": "^5.14.1",
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
"eslint-plugin-import": "^2.16.0"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"bunyan": "^1.8.12",
|
|
"express": "^4.16.4",
|
|
"express-basic-auth": "^1.1.7",
|
|
"mongoose": "^5.7.5"
|
|
}
|
|
}
|