HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
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"
  }
}