2016-07-25 07:36:55 -07:00
|
|
|
{
|
|
|
|
"name": "runcommand/profile",
|
2016-08-29 06:51:40 -07:00
|
|
|
"description": "Quickly identify what's slow with WordPress.",
|
2016-07-25 07:36:55 -07:00
|
|
|
"homepage": "https://runcommand.io/wp/profile/",
|
2016-08-24 12:29:12 -07:00
|
|
|
"license": "GPL-2.0",
|
2016-09-27 08:51:31 -07:00
|
|
|
"version": "0.3.0-alpha",
|
2016-07-25 07:36:55 -07:00
|
|
|
"authors": [],
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"autoload": {
|
|
|
|
"files": [ "command.php" ]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"wp-cli/wp-cli": "~0.23.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"behat/behat": "~2.5"
|
|
|
|
},
|
2016-09-30 06:49:10 -07:00
|
|
|
"extra": {
|
2016-07-25 07:36:55 -07:00
|
|
|
"commands": [
|
2016-10-04 06:49:18 -07:00
|
|
|
"profile stage",
|
2016-10-04 12:57:10 -07:00
|
|
|
"profile hook",
|
2016-10-04 14:38:12 -07:00
|
|
|
"profile eval",
|
|
|
|
"profile eval-file"
|
2016-08-29 07:20:58 -07:00
|
|
|
],
|
|
|
|
"readme": {
|
2016-08-29 15:38:54 -07:00
|
|
|
"shields": [
|
2016-09-30 06:49:10 -07:00
|
|
|
"[](https://runcommand.memberful.com/checkout?plan=16079)",
|
2016-08-29 15:38:54 -07:00
|
|
|
"[](https://circleci.com/gh/runcommand/profile/tree/master)"
|
|
|
|
],
|
2016-08-30 07:05:50 -07:00
|
|
|
"sections": [
|
|
|
|
"Overview",
|
|
|
|
"Using",
|
|
|
|
"Installing",
|
|
|
|
"Support"
|
|
|
|
],
|
|
|
|
"overview": {
|
|
|
|
"post": "bin/readme/overview-body.md"
|
2016-08-29 07:20:58 -07:00
|
|
|
},
|
|
|
|
"installing": {
|
|
|
|
"body": "bin/readme/installing-body.md"
|
|
|
|
},
|
2016-08-30 07:05:50 -07:00
|
|
|
"support": {
|
2016-09-30 06:49:10 -07:00
|
|
|
"body": "https://raw.githubusercontent.com/runcommand/runcommand-theme/master/bin/readme-partials/support-premium.md"
|
2016-08-29 07:20:58 -07:00
|
|
|
}
|
|
|
|
}
|
2016-07-25 07:36:55 -07:00
|
|
|
}
|
|
|
|
}
|