mirror of
https://gh.wpcy.net/https://github.com/fairpm/mini-fair-repo.git
synced 2026-06-19 02:23:34 +08:00
Signed-off-by: Mika Ipstenu Epstein <ipstenu@ipstenu.org> Signed-off-by: Ipstenu (Mika Epstein) <Ipstenu@users.noreply.github.com> Co-authored-by: Ryan McCue <me@ryanmccue.info>
27 lines
738 B
JSON
27 lines
738 B
JSON
{
|
|
"name": "fairpm/mini-fair-repo",
|
|
"description": "Transform your WP site into a FAIR Package Management Repository",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"version": "0.1.0",
|
|
"authors": [
|
|
{
|
|
"name": "FAIR Contributors"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/fairpm/mini-fair-repo",
|
|
"support": {
|
|
"issues": "https://github.com/fairpm/mini-fair-repo/issues",
|
|
"source": "https://github.com/fairpm/mini-fair-repo"
|
|
},
|
|
"require": {
|
|
"yocto/yoclib-multibase": "^1.2",
|
|
"simplito/elliptic-php": "^1.0",
|
|
"spomky-labs/cbor-php": "^3.1"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"inc/"
|
|
]
|
|
}
|
|
}
|