{ "name": "bbb-callbacks", "version": "2.2.0", "description": "A module for BigBlueButton for API callbacks", "keywords": [ "bigbluebutton", "Web API", "callbacks" ], "dependencies": { "async": "2.6.1", "body-parser": "^1.19.0", "config": "1.30.0", "express": "4.16.4", "js-yaml": "^3.14.1", "lodash": "^4.17.21", "nock": "^10.0.6", "redis": "^3.1.2", "request": "2.88.0", "sha1": "1.1.1", "sinon": "^7.5.0", "winston": "3.1.0" }, "engines": { "node": "8.4.0" }, "devDependencies": { "mocha": "^8.3.2", "supertest": "^3.4.2" }, "scripts": { "test": "mocha" } }