mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-04-24 02:34:29 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "lubusin/blablablocks-tabs-block",
|
|
"description": "Build Accessible, Responsive Tabs in the Gutenberg Block Editor.",
|
|
"keywords": [
|
|
"wordpress",
|
|
"plugin",
|
|
"block",
|
|
"tabs",
|
|
"blablablocks"
|
|
],
|
|
"homepage": "https://lubus.in",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Punit Verma",
|
|
"email": "punit@lubus.in",
|
|
"homepage": "https://lubus.in"
|
|
},
|
|
{
|
|
"name": "Ajit Bohra",
|
|
"email": "ajit@lubus.in",
|
|
"homepage": "https://lubus.in"
|
|
}
|
|
],
|
|
"type": "wordpress-plugin",
|
|
"support": {
|
|
"issues": "https://github.com/lubusIN/blablablocks-tabs-block/issues",
|
|
"source": "https://github.com/lubusIN/blablablocks-tabs-block"
|
|
},
|
|
"extra": {
|
|
"installer-name": "blablablocks-tabs-block"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"composer/installers": "^2.3"
|
|
}
|
|
}
|