mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"name": "innstudio/prober",
|
|
"description": "Inn Studio X Prober",
|
|
"type": "project",
|
|
"license": "GPL-V2",
|
|
"authors": [
|
|
{
|
|
"name": "Km.Van",
|
|
"email": "kmvan.com@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"InnStudio\\Prober\\": "src/"
|
|
}
|
|
}
|
|
}
|