612b818f38
To be used
28 lines
609 B
JSON
28 lines
609 B
JSON
{
|
|
"name": "bigbluebutton-html5-server",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "The node.js application that serves BigBlueButton's HTML5 client",
|
|
"dependencies": {
|
|
"express": "2.5.8",
|
|
"jade": "0.34.1",
|
|
"connect-redis": "1.4.5",
|
|
"connect": "2.8.5",
|
|
"socket.io": "0.9.16",
|
|
"redis": "0.8.4",
|
|
"hiredis": "0.1.15",
|
|
"sanitizer": "0.0.15",
|
|
"hat": "0.0.3",
|
|
"imagemagick": "0.1.3",
|
|
"requirejs": "2.1.8",
|
|
"coffee-script": "1.6.3",
|
|
"glob": "3.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"docco": "0.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
}
|
|
}
|