mirror of
https://github.com/valentineus/iii-module.git
synced 2025-04-28 01:41:26 +03:00
29 lines
709 B
JSON
29 lines
709 B
JSON
{
|
|
"name": "valentineus/Module-III-API",
|
|
"version": "1.0.0",
|
|
"type": "library",
|
|
"description": "Small module to work with artificial intelligence of iii.ru",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/valentineus/Module-III-API",
|
|
"authors": [
|
|
{
|
|
"name": "Paul Belinsky",
|
|
"email": "vskyd1@gmail.com",
|
|
"homepage": "https://blog.vskyd1.ru/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Valentin Popov",
|
|
"email": "valentineus@gmail.com",
|
|
"homepage": "https://github.com/valentineus",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "valentineus@gmail.com",
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.21"
|
|
}
|
|
}
|