KevaChat App for NPS Protocol
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.

25 lines
628 B

7 months ago
{
"name": "kevachat/npsapp",
"description": "KevaChat App for NPS Protocol",
"keywords": [ "kevachat", "kevacoin", "blockchain", "chat", "nps", "nps-protocol", "server" ],
"homepage": "https://github.com/kevachat/npsapp",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Kevachat\\Npsapp\\": "src/"
}
},
"authors": [
{
"name": "KevaChat"
}
],
"require": {
"kevachat/kevacoin": "^1.10",
"gregwar/captcha": "^1.2",
"ixnode/php-cli-image": "^0.1.2",
"cboden/ratchet": "^0.4.4"
7 months ago
}
}