Files
jambonz-api-server/package.json
2019-11-27 09:23:14 -05:00

25 lines
545 B
JSON

{
"name": "jambones-api-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"config": "^3.2.4",
"express": "^4.17.1",
"mysql": "^2.17.1",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"pino": "^5.14.0",
"request": "^2.88.0",
"request-debug": "^0.2.0",
"swagger-ui-express": "^4.1.2",
"yamljs": "^0.3.0"
}
}