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",
|
|
|
|
"redis": "0.12.1",
|
|
|
|
"request": "2.47.0",
|
2014-11-15 00:12:37 +08:00
|
|
|
"sha1": "1.1.0",
|
|
|
|
"winston": "0.8.3"
|
2013-06-08 04:47:18 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2014-11-11 01:51:41 +08:00
|
|
|
"node": "0.10.26"
|
2013-06-08 04:47:18 +08:00
|
|
|
}
|
|
|
|
}
|