mirror of
https://github.com/kvazar-network/crawler.git
synced 2025-01-08 22:27:56 +00:00
16 lines
311 B
JSON
16 lines
311 B
JSON
|
{
|
||
|
"name": "kvazar/crawler",
|
||
|
"description": "KVAZAR Index Crawler",
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"kvazar/index": "dev-main",
|
||
|
"kevachat/kevacoin": "^1.6"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Kvazar\\Crawler\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|