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-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"
|
|
|
|
},
|
|
|
|
"extras": {
|
|
|
|
"commands": [
|
|
|
|
"profile"
|
2016-08-29 07:20:58 -07:00
|
|
|
],
|
|
|
|
"readme": {
|
|
|
|
"package_description": {
|
|
|
|
"post": "bin/readme/package-description-post.md"
|
|
|
|
},
|
|
|
|
"installing": {
|
|
|
|
"body": "bin/readme/installing-body.md"
|
|
|
|
},
|
|
|
|
"contributing": {
|
|
|
|
"body": "bin/readme/contributing-body.md"
|
|
|
|
}
|
|
|
|
}
|
2016-07-25 07:36:55 -07:00
|
|
|
}
|
|
|
|
}
|