bigbluebutton-Github/bbb-webhooks/package.json

35 lines
663 B
JSON
Raw Normal View History

2013-06-08 04:47:18 +08:00
{
"name": "bbb-callbacks",
"version": "2.2.0",
"description": "A module for BigBlueButton for API callbacks",
2013-06-08 04:47:18 +08:00
"keywords": [
"bigbluebutton",
"Web API",
"callbacks"
],
"dependencies": {
"async": "2.6.1",
"body-parser": "^1.19.0",
2019-07-20 01:33:24 +08:00
"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",
2019-07-20 01:33:24 +08:00
"winston": "3.1.0"
2013-06-08 04:47:18 +08:00
},
"engines": {
"node": "8.4.0"
2017-09-07 03:42:41 +08:00
},
"devDependencies": {
"mocha": "^8.3.2",
"supertest": "^3.4.2"
2017-09-07 03:42:41 +08:00
},
"scripts": {
"test": "mocha"
2013-06-08 04:47:18 +08:00
}
}