{
  "name": "themekraft/buddyforms-moderations",
  "description": "Create new drafts or pending moderations from new or published posts without changing the live version.",
  "type": "wordpress-plugin",
  "keywords": [
    "buddypress",
    "user",
    "members",
    "profiles",
    "custom post types",
    "taxonomy",
    "frontend editing",
    "frontend posting",
    "revision",
    "review",
    "moderation",
    "frontend editor"
  ],
  "homepage": "https://themekraft.com/buddyforms//",
  "license": "Apache-2.0",
  "minimum-stability": "dev",
  "require-dev": {
    "consolidation/robo": "^1.0.0",
    "bamarni/composer-bin-plugin": "dev-master"
  },
  "scripts": {
    "bin": "echo 'bin not installed'",
    "post-install-cmd": [
      "@composer bin all install --ansi"
    ],
    "post-update-cmd": [
      "@composer bin all update --ansi"
    ]
  },
  "extra": {
    "bamarni-bin": {
      "target-directory": "vendor-scope"
    }
  }
}
