bigbluebutton-Github/bbb-webhooks/package.json

35 lines
657 B
JSON
Executable File

{
"name": "bbb-callbacks",
"version": "0.9.0",
"description": "A module for BigBlueButton for API callbacks",
"keywords": [
"bigbluebutton",
"Web API",
"callbacks"
],
"dependencies": {
"async": "0.9.0",
"body-parser": "^1.9.2",
"express": "4.10.2",
"lodash": "2.4.1",
"nock": "^9.0.14",
"redis": "^2.8.0",
"request": "2.47.0",
"sha1": "1.1.0",
"sinon": "^3.2.1",
"winston": "0.8.3",
"xmldom": "^0.1.27",
"xpath": "0.0.24"
},
"engines": {
"node": "8.4.0"
},
"devDependencies": {
"mocha": "^3.5.0",
"supertest": "^3.0.0"
},
"scripts": {
"test": "mocha"
}
}