You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
{
|
|
|
"name": "capanema/reuna-glossario",
|
|
|
"type": "wordpress-plugin",
|
|
|
"description": "Implementa função de glossário via shortcode",
|
|
|
"keywords": [
|
|
|
"plugin",
|
|
|
"glossario",
|
|
|
"wordpress"
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "Guilherme Capanema",
|
|
|
"email": "guilherme@horizontes.info"
|
|
|
}
|
|
|
],
|
|
|
"require": {
|
|
|
"php": "^7.2",
|
|
|
"johnbillion/extended-cpts": "^4.3"
|
|
|
},
|
|
|
"config": {
|
|
|
"preferred-install": "dist"
|
|
|
},
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
"dev-master": "1.2-dev"
|
|
|
}
|
|
|
},
|
|
|
"minimum-stability": "dev",
|
|
|
"prefer-stable": true
|
|
|
}
|