|
|
|
@ -0,0 +1,33 @@ |
|
|
|
{ |
|
|
|
"name": "capanema/listo", |
|
|
|
"type": "wordpress-plugin", |
|
|
|
"description": "Listo is a simple plugin that supplies commonly used lists to other plugins and themes.", |
|
|
|
"keywords": [ |
|
|
|
"listo", |
|
|
|
"plugin", |
|
|
|
"wordpress" |
|
|
|
], |
|
|
|
"license": "MIT", |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Takayuki Miyoshi", |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Guilherme Capanema", |
|
|
|
"email": "guilherme@capanema.me" |
|
|
|
} |
|
|
|
], |
|
|
|
"require": { |
|
|
|
"php": "^7.2" |
|
|
|
}, |
|
|
|
"config": { |
|
|
|
"preferred-install": "dist" |
|
|
|
}, |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.3-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"minimum-stability": "dev", |
|
|
|
"prefer-stable": true |
|
|
|
} |