bigbluebutton-Github/bbb-webhooks/package.json

36 lines
687 B
JSON
Raw Normal View History

2013-06-08 04:47:18 +08:00
{
"name": "bbb-callbacks",
"version": "0.9.0",
"description": "A module for BigBlueButton for API callbacks",
2013-06-08 04:47:18 +08:00
"keywords": [
"bigbluebutton",
"Web API",
"callbacks"
],
"dependencies": {
"async": "0.9.0",
"body-parser": "^1.9.2",
"coffee-script": "1.8.0",
"express": "4.10.2",
"lodash": "2.4.1",
2017-09-07 03:42:41 +08:00
"nock": "^9.0.14",
"redis": "0.12.1",
"request": "2.47.0",
"sha1": "1.1.0",
2017-09-07 03:42:41 +08:00
"sinon": "^3.2.1",
"winston": "0.8.3",
"xmldom": "^0.1.27",
"xpath": "0.0.24"
2013-06-08 04:47:18 +08:00
},
"engines": {
"node": "8.4.0"
2017-09-07 03:42:41 +08:00
},
"devDependencies": {
"mocha": "^3.5.0",
"supertest": "^3.0.0"
},
"scripts": {
"test": "mocha"
2013-06-08 04:47:18 +08:00
}
}