bbb-promise
Version:
A library that acts as high-level bindings to the bigbluebutton REST API using request-promises to fulfill them
32 lines (31 loc) • 807 B
JSON
{
"name": "bbb-promise",
"version": "1.2.0",
"description": "A library that acts as high-level bindings to the bigbluebutton REST API using request-promises to fulfill them",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/erobl/bbb-promise.git"
},
"keywords": [
"bigbluebutton",
"conferencing",
"api"
],
"author": "Edgar Robles",
"license": "ISC",
"bugs": {
"url": "https://github.com/erobl/bbb-promise/issues"
},
"homepage": "https://github.com/erobl/bbb-promise#readme",
"dependencies": {
"build-url": "^1.0.9",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"sha1": "^1.1.1",
"xml2js-es6-promise": "^1.1.1"
}
}