☎️ Web interface for viewing and processing Asterisk call logs (2020)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
asterisk-cdr-viewer/package.json

26 lines
548 B

{
"name": "ast-cdr",
"version": "1.0.0",
"description": "",
"private": true,
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/hapi": "latest",
"@hapi/inert": "latest",
"@hapi/vision": "latest",
"asterisk-manager": "^0.1.16",
"dayjs": "latest",
"dotenv": "latest",
"hapi-favicon": "^2.1.2",
"joi": "latest",
"knex": "latest",
"pg": "latest",
"pug": "latest",
"rfr": "^1.2.3"
}
}