bigbluebutton-js
Version:
JavaScript wrapper for BigBlueButton API
39 lines (38 loc) • 888 B
JSON
{
"name": "bigbluebutton-js",
"version": "0.2.0",
"description": "JavaScript wrapper for BigBlueButton API",
"private": false,
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "mocha",
"example": "node examples/meetings.js | jq"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aakatev/bigbluebutton-js.git"
},
"keywords": [
"bigbluebutton",
"bbb",
"api"
],
"author": "Artem Akatev",
"license": "ISC",
"bugs": {
"url": "https://github.com/aakatev/bigbluebutton-js/issues"
},
"homepage": "https://bigbluebutton.network/",
"dependencies": {
"axios": "^0.21.1",
"fast-xml-parser": "^3.17.2",
"hash.js": "^1.1.7"
},
"devDependencies": {
"dotenv": "^8.2.0",
"mocha": "^7.2.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
}
}