altervoice-asterisk-callbot
Version:
Jovo plugin for Altervoice asterisk integration
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "altervoice-asterisk-callbot",
"version": "1.1.5",
"description": "Jovo plugin for Altervoice asterisk integration",
"main": "dist/index",
"types": "dist/index.ts",
"scripts": {
"tsc": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://hgerard@bitbucket.org/altervoice_team/altervoice-asterisk-callbot.git"
},
"keywords": [
"jovo",
"asterisk"
],
"dependencies": {
"jovo-core": "^3.5.0",
"jovo-platform-dialogflow": "^3.5.1"
},
"devDependencies": {
"@types/lodash.get": "^4.4.2",
"@types/lodash.set": "^4.3.2",
"@types/lodash.sample": "^4.2.1",
"@types/lodash.unionwith": "^4.2.1",
"@types/node": "^10.17.51",
"source-map-support": "^0.5.8",
"tslint": "^5.17.0",
"typedoc": "^0.15.6",
"typescript": "^3.7.3"
},
"author": "H.GERARD",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/altervoice_team/altervoice-asterisk-callbot#readme"
}