mirror of https://github.com/kevachat/npsapp.git
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.
24 lines
624 B
24 lines
624 B
{ |
|
"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", |
|
"yggverse/nps": "^1.3" |
|
} |
|
}
|
|
|