2013-06-08 04:47:18 +08:00
|
|
|
{
|
|
|
|
"name": "bbb-callbacks",
|
2019-03-27 04:03:05 +08:00
|
|
|
"version": "2.2.0",
|
2014-11-11 01:51:41 +08:00
|
|
|
"description": "A module for BigBlueButton for API callbacks",
|
2013-06-08 04:47:18 +08:00
|
|
|
"keywords": [
|
|
|
|
"bigbluebutton",
|
|
|
|
"Web API",
|
|
|
|
"callbacks"
|
|
|
|
],
|
2014-11-15 03:55:44 +08:00
|
|
|
"dependencies": {
|
2018-12-19 10:25:55 +08:00
|
|
|
"async": "2.6.1",
|
2014-11-15 03:55:44 +08:00
|
|
|
"body-parser": "^1.9.2",
|
2019-07-20 01:33:24 +08:00
|
|
|
"config": "1.30.0",
|
2018-12-19 10:25:55 +08:00
|
|
|
"express": "4.16.4",
|
2019-07-20 01:33:24 +08:00
|
|
|
"js-yaml": "^3.13.1",
|
|
|
|
"lodash": "^4.17.15",
|
2018-12-19 10:25:55 +08:00
|
|
|
"nock": "^10.0.4",
|
2018-07-26 02:14:55 +08:00
|
|
|
"redis": "^2.8.0",
|
2018-12-19 10:25:55 +08:00
|
|
|
"request": "2.88.0",
|
|
|
|
"sha1": "1.1.1",
|
|
|
|
"sinon": "^7.2.2",
|
2019-07-20 01:33:24 +08:00
|
|
|
"winston": "3.1.0"
|
2013-06-08 04:47:18 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-08-25 00:22:30 +08:00
|
|
|
"node": "8.4.0"
|
2017-09-07 03:42:41 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-12-19 10:25:55 +08:00
|
|
|
"mocha": "^5.2.0",
|
2017-09-07 03:42:41 +08:00
|
|
|
"supertest": "^3.0.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2013-06-08 04:47:18 +08:00
|
|
|
}
|
|
|
|
}
|