2013-06-08 04:47:18 +08:00
|
|
|
{
|
|
|
|
"name": "bbb-callbacks",
|
2014-11-11 01:51:41 +08:00
|
|
|
"version": "0.9.0",
|
|
|
|
"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": {
|
2014-11-11 21:58:28 +08:00
|
|
|
"async": "0.9.0",
|
2014-11-15 03:55:44 +08:00
|
|
|
"body-parser": "^1.9.2",
|
|
|
|
"coffee-script": "1.8.0",
|
2014-11-12 01:07:05 +08:00
|
|
|
"express": "4.10.2",
|
2014-11-15 03:55:44 +08:00
|
|
|
"lodash": "2.4.1",
|
2017-09-07 03:42:41 +08:00
|
|
|
"nock": "^9.0.14",
|
2014-11-15 03:55:44 +08:00
|
|
|
"redis": "0.12.1",
|
|
|
|
"request": "2.47.0",
|
2014-11-15 00:12:37 +08:00
|
|
|
"sha1": "1.1.0",
|
2017-09-07 03:42:41 +08:00
|
|
|
"sinon": "^3.2.1",
|
|
|
|
"winston": "0.8.3",
|
|
|
|
"xmldom": "^0.1.27",
|
|
|
|
"xpath": "0.0.24"
|
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": {
|
|
|
|
"mocha": "^3.5.0",
|
|
|
|
"supertest": "^3.0.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2013-06-08 04:47:18 +08:00
|
|
|
}
|
|
|
|
}
|