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.
32 lines
718 B
32 lines
718 B
{
|
|
"name": "rtCamp/easyengine",
|
|
"description": "A command line interface for EasyEngine",
|
|
"keywords": [ "cli", "EasyEngine" ],
|
|
"homepage": "http://easyengine.io",
|
|
"license": "MIT",
|
|
"bin": [
|
|
"bin/ee"
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"wp-cli/php-cli-tools": "0.10.5",
|
|
"mustache/mustache": "~2.4",
|
|
"composer/semver": "1.0.0",
|
|
"ramsey/array_column": "~1.1",
|
|
"rmccue/requests": "~1.6",
|
|
"symfony/finder": "~2.3",
|
|
"nb/oxymel": "0.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"behat/behat": "2.5.*"
|
|
},
|
|
"suggest": {
|
|
"psy/psysh": "Enhanced `wp shell` functionality"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "EE_CLI": "php" },
|
|
"files": [ "php/Spyc.php" ],
|
|
"classmap": [ "php/export" ]
|
|
}
|
|
}
|
|
|