mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
25 lines
545 B
JSON
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"
|
|
}
|
|
}
|