File: /home/slfopp7cb1df/public_html/Call/master/package.json
{
"name": "twilio-contact-center",
"description": "A simple omni channel contact center using Twilio WebRTC Client, Video, SMS, Chat and Taskrouter",
"version": "1.10.0",
"author": "Matthias Damm",
"contributors": [
{
"name": "Hunter Rancourt",
"url": "https://github.com/skwid138"
}
],
"license": "MIT",
"repository": "nash-md/twilio-contact-center",
"main": "app.js",
"bugs": "https://github.com/nash-md/twilio-contact-center/issues",
"private": false,
"keywords": [
"Twilio",
"Twilio TaskRouter",
"Twilio Client",
"Twilio Programmable Chat",
"Twilio Programmable SMS",
"Twilio Programmable Video",
"webrtc",
"demo",
"node",
"heroku",
"contact center",
"contact centre"
],
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.2",
"compression": "^1.7.3",
"express": "^4.16.2",
"express-session": "^1.13.0",
"pg": "^7.4.3",
"twilio": "^3.19.2"
},
"devDependencies": {
"eslint": "^5.15.3"
},
"engines": {
"node": "8.9.x"
},
"files": [
"README.md",
"LICENSE"
],
"scripts": {
"start": "node app.js",
"lint": "./node_modules/.bin/eslint . || exit 0"
}
}