bkk-fastagi.io
Version:
Asterisk node.js and TS fastAgi Express-like Interface
33 lines • 751 B
JSON
{
"name": "bkk-fastagi.io",
"version": "1.0.0",
"description": "Asterisk node.js and TS fastAgi Express-like Interface",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BaKhabarKissan/bkk_fastagi.io.git"
},
"keywords": [
"asterisk",
"fastagi",
"dialplan",
"agi",
"pbx"
],
"author": "BKK",
"license": "ISC",
"bugs": {
"url": "https://github.com/BaKhabarKissan/bkk_fastagi.io/issues"
},
"homepage": "https://github.com/BaKhabarKissan/bkk_fastagi.io#readme",
"dependencies": {
"bkk-asterisk.io": "^1.0.0"
},
"types": "./index.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}