33 lines
813 B
JSON
33 lines
813 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/franjsco/trackmyd-api.git"
|
|
},
|
|
"author": "franjsco",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/franjsco/trackmyd-api/issues"
|
|
},
|
|
"homepage": "https://github.com/franjsco/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"
|
|
}
|
|
}
|