2022-12-22 15:39:44 +01:00

26 lines
620 B
JSON

{
"name": "openvidu-roles-node",
"version": "2.25.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "ng test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenVidu/openvidu-tutorials.git"
},
"author": "openvidu@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenVidu/openvidu-tutorials/issues"
},
"homepage": "https://github.com/OpenVidu/openvidu-tutorials#readme",
"dependencies": {
"body-parser": "1.19.0",
"express": "4.17.1",
"express-session": "1.17.1",
"openvidu-node-client": "2.25.0"
}
}