{
"name": "php-kchat/kchat",
"type": "application",
"description": "PHP Based Chating Aplication",
"keywords": ["php","mysql","maria","chating","support","helpdesk"],
"license": "GPL-3.0",
"authors": [
{
"name": "Ganesh Kandu",
"email": "kanduganesh@gmail.com",
"role": "Project Founder"
}
],
"support": {
"issues": "https://github.com/php-kchat/kchat/issues",
"source": "https://github.com/php-kchat/kchat"
},
"require": {
"php": ">=5.3.0",
"ext-pdo": "*",
"ext-json": "*",
"phpmailer/phpmailer": "^5.2",
"geoip/geoip": "^1.17"
},
"require-dev" : {},
"autoload": {
"files": [
"kchat/lib/init.php"
]
}
}
|