{
  "name": "10up/elasticpress",
  "description": "Supercharge WordPress with Elasticsearch.",
  "type": "wordpress-plugin",
  "keywords": ["wordpress", "plugin", "elasticsearch", "elasticpress", "search"],
  "license": ["GPL-2.0-only"],
  "authors": [
    {
      "name": "Aaron Holbrook",
      "email": "aaron@10up.com",
      "homepage": "http://aaronjholbrook.com"
    },
    {
      "name": "Taylor Lovett",
      "email": "taylorl@get10up.com"
    },
    {
      "name": "10up",
      "homepage": "http://10up.com"
    }
  ],
  "repositories": [
    {
      "type":"composer",
      "url":"https://wpackagist.org"
    }
  ],
  "require": {
    "php": ">=5.2"
  },
  "require-dev": {
    "phpunit/phpunit": "*@stable",
    "wp-cli/wp-cli": "*@stable",
    "wpackagist-plugin/woocommerce": "dev-trunk"
  },
  "config": {
    "platform": {
      "php": "5.3.29"
    }
  },
  "extra": {
    "installer-paths": {
          "vendor/{$name}/": ["type:wordpress-plugin", "type:wordpress-theme"]
      }
  }
}
