widget-command/composer.json
2016-11-03 07:00:07 -07:00

47 lines
1.7 KiB
JSON

{
"name": "runcommand/profile",
"description": "Quickly identify what's slow with WordPress.",
"type": "wp-cli-package",
"homepage": "https://runcommand.io/wp/profile/",
"license": "MIT",
"authors": [],
"minimum-stability": "dev",
"autoload": {
"files": [ "command.php" ]
},
"require": {},
"require-dev": {
"behat/behat": "~2.5"
},
"extra": {
"commands": [
"profile stage",
"profile hook",
"profile eval",
"profile eval-file"
],
"readme": {
"shields": [
"[![runcommand premium](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/runcommand-premium.svg)](https://runcommand.io/pricing/)",
"[![version 0.3.0](https://runcommand.io/wp-content/themes/runcommand-theme/bin/shields/version-0-3-0.svg)](https://runcommand.io/2016/11/03/wp-profile-v0-3-0/)",
"[![CircleCI](https://circleci.com/gh/runcommand/profile/tree/master.svg?style=svg&circle-token=d916e588bf7c8ac469a3bd01930cf9eed886debe)](https://circleci.com/gh/runcommand/profile/tree/master)"
],
"sections": [
"Overview",
"Using",
"Installing",
"Support"
],
"overview": {
"post": "bin/readme/overview-body.md"
},
"installing": {
"body": "bin/readme/installing-body.md"
},
"support": {
"body": "https://raw.githubusercontent.com/runcommand/runcommand-theme/master/bin/readme-partials/support-premium.md"
},
"show_powered_by": false
}
}
}