@nethesis/astproxy
Version:
Node.js proxy for Asterisk PBX
34 lines (33 loc) • 719 B
JSON
{
"name": "@nethesis/astproxy",
"version": "0.0.32",
"description": "Node.js proxy for Asterisk PBX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nethesis/astproxy.git"
},
"keywords": [
"asterisk",
"pbx",
"voip"
],
"author": "Nethesis",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nethesis/dev/issues"
},
"homepage": "https://github.com/nethesis/astproxy",
"dependencies": {
"asterisk-ami": "0.2.0-beta1",
"jsplugs": "0.1.0",
"moment": "2.22.0",
"winston": "2.3.1"
},
"publishConfig": {
"access": "public"
}
}