bigbluebutton-api-js
Version:
A very simple Javascript library that generates links to all methods in BigBlueButton's API
32 lines (31 loc) • 777 B
JSON
{
"name": "bigbluebutton-api-js",
"version": "2.2.1",
"description": "A very simple Javascript library that generates links to all methods in BigBlueButton's API",
"main": "index.js",
"bin": "index.js",
"dependencies": {
"jssha": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omsrivastava/bigbluebutton-api-js.git"
},
"keywords": [
"bigbluebutton",
"bbb",
"bbb-api",
"API",
"javascript",
"js"
],
"author": "Om Srivastava",
"license": "MIT",
"bugs": {
"url": "https://github.com/omsrivastava/bigbluebutton-api-js/issues"
},
"homepage": "https://github.com/omsrivastava/bigbluebutton-api-js#readme"
}