{
  "name": "options-definitely",
  "version": "0.5.0",
  "description": "This framework plugin makes adding options screens with sections and fields to WordPress very simple, yet flexible.",
  "keywords": [
    "wordpress",
    "plugin",
    "definitely",
    "framework",
    "library",
    "developer",
    "admin",
    "backend",
    "structured data",
    "ui",
    "api",
    "cms",
    "options",
    "settings",
    "settings screen",
    "tabs",
    "sections",
    "metaboxes",
    "fields",
    "help tabs"
  ],
  "author": {
    "name": "Felix Arntz",
    "email": "felix-arntz@leaves-and-love.net",
    "url": "http://leaves-and-love.net"
  },
  "homepage": "https://wordpress.org/plugins/options-definitely/",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixarntz/options-definitely.git"
  },
  "bugs": {
    "url" : "https://github.com/felixarntz/options-definitely/issues"
  },
  "license": {
    "type": "GPL-3.0",
    "name": "GNU General Public License v3",
    "url": "http://www.gnu.org/licenses/gpl-3.0.html"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-text-replace": "~0.4.0",
    "grunt-wp-i18n": "~0.5.3",
    "bower": "~1.3.12"
  }
}