bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/package.json
2018-11-23 12:38:32 -05:00

23 lines
393 B
JSON

{
"name": "bigbluebutton-tests",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"verbose": false
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^6.0.0",
"jest": "^23.5.0",
"puppeteer": "^1.7.0",
"sha1": "^1.1.1"
},
"devDependencies": {}
}