drachtio-modesl
Version:
FreeSWITCH ESL Node.js Implementation
48 lines (47 loc) • 914 B
JSON
{
"name": "drachtio-modesl",
"version": "1.3.1",
"description": "FreeSWITCH ESL Node.js Implementation",
"keywords": [
"freeswitch",
"api",
"wrapper",
"esl",
"event",
"socket",
"library"
],
"bugs": "https://github.com/davehorton/node-esl/issues",
"repository": {
"type": "git",
"url": "https://github.com/davehorton/node-esl.git"
},
"license": "MPL-2.0",
"main": "lib/index",
"dependencies": {
"eventemitter2": "^6.4.4",
"uuid-random": "^1.3.2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mocha-cov": "^0.3.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=12.x"
},
"config": {
"blanket": {
"pattern": [
"node-esl/lib"
]
}
}
}