2012-09-08 03:02:21 +08:00
|
|
|
{
|
2013-08-17 05:42:21 +08:00
|
|
|
"name": "bigbluebutton-html5-server",
|
2012-09-08 03:02:21 +08:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2013-08-17 05:42:21 +08:00
|
|
|
"description": "The node.js application that serves BigBlueButton's HTML5 client",
|
2012-09-08 03:02:21 +08:00
|
|
|
"dependencies": {
|
|
|
|
"express": "2.5.8",
|
2013-09-24 21:13:09 +08:00
|
|
|
"jade": ">= 0.30.0",
|
2012-09-08 03:02:21 +08:00
|
|
|
"connect-redis": ">= 1.3.0",
|
|
|
|
"connect": ">= 2.3.0",
|
|
|
|
"socket.io": ">= 0.9",
|
2013-08-30 09:28:08 +08:00
|
|
|
"redis": ">= 0.8.4",
|
2012-09-08 03:02:21 +08:00
|
|
|
"hiredis": ">= 0.1.14",
|
|
|
|
"sanitizer": ">= 0.0.15",
|
|
|
|
"hat": ">= 0.0.3",
|
2012-12-20 02:42:58 +08:00
|
|
|
"imagemagick": ">= 0.1.2",
|
|
|
|
"requirejs": ">= 2.1.2",
|
|
|
|
"coffee-script": ">= 1.4.0"
|
2012-09-08 03:02:21 +08:00
|
|
|
}
|
2012-12-20 02:42:58 +08:00
|
|
|
}
|