bigbluebutton-Github/bbb-webhooks/package.json

25 lines
478 B
JSON
Raw Normal View History

2013-06-08 04:47:18 +08:00
{
"name": "bbb-callbacks",
"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"
],
"dependencies": {
"async": "0.9.0",
"body-parser": "^1.9.2",
"coffee-script": "1.8.0",
"express": "4.10.2",
"lodash": "2.4.1",
"redis": "0.12.1",
"request": "2.47.0",
"sha1": "1.1.0",
"winston": "0.8.3"
2013-06-08 04:47:18 +08:00
},
"engines": {
"node": "0.10.26"
2013-06-08 04:47:18 +08:00
}
}