drachtio-modesl
Version:
FreeSWITCH ESL Node.js Implementation
20 lines • 525 B
JSON
{
"name": "chatty",
"version": "0.0.1",
"description": "Real-Time Chat application to talk to Phones via SMS",
"author": "Chad Engler <Chad.Engler@patlive.com>",
"homepage": "https://github.com/englercj/node-esl",
"repository": {
"type": "git",
"url": "https://github.com/englercj/node-esl.git"
},
"dependencies": {
"modesl": "*",
"express": "^4.13.3",
"socket.io": "^1.3.7"
},
"engines": {
"node": ">=0.8.x"
},
"private": true
}