forked from paulocesar/node-bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "bigbluebutton",
"version": "0.7.0",
"description": "Integration between BigBlueButton and Node.js Applications",
"main": "index.js",
"scripts": {
"test": "node test/test-bigbluebutton.js"
},
"repository": {
"type": "git",
"url": "https://github.com/paulocesar/node-bigbluebutton"
},
"author": "Paulo Cesar <[email protected]>",
"contributors" : [{
"name": "Savio Lucena",
"email": "[email protected]"
}],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "b516455eaf0f7d8fb6734b37bf8c1a64e61200b9",
"bugs": {
"url": "https://github.com/paulocesar/node-bigbluebutton/issues"
},
"keywords": [
"bigbluebutton",
"bbb"
],
"dependencies": {
"lodash": "^2.4.1",
"q": "^1.0.1",
"xml2json": "*"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*",
"mocha": "*",
"should": "*"
}
}