{
  "name": "wp-property/wp-property-feps",
  "type": "wordpress-plugin",
  "homepage": "https://wp-property.github.io/addons/feps/",
  "author": {
    "name": "UsabilityDynamics, Inc.",
    "url": "https://udx.io"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://repository.usabilitydynamics.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wp-property/wp-property-feps.git"
  },
  "require": {
    "php": ">=5.3"
  },
  "autoload": {
    "classmap": [
      "lib/classes"
    ]
  },
  "archive": {
    "exclude": [
      "node_modules",
      ".gitignore",
      "test",
      "circle.yml",
      "composer.lock",
      "gruntfile.js",
      "package.json"
    ]
  },
  "extra": {
    "schemas": {
      "dependencies": {
        "modules": {},
        "plugins": [
          {
            "name": "WP-Property",
            "slug": "wp-property",
            "version": "2.0.0",
            "required": true
          }
        ]
      },
      "licenses": {
        "client": false,
        "product": {
          "referrer": "wp-property/wp-property",
          "product_id": "wp-property/wp-property-feps"
        }
      }
    }
  }
}