{
  "name": "site-icon-extended",
  "version": "0.2.2",
  "description": "This plugin enhances the WordPress Site Icon feature by adding more icon formats for improved cross-browser compatibility.",
  "keywords": [
    "wordpress",
    "plugin",
    "site-icon",
    "icon",
    "favicon",
    "browser",
    "compatibility",
    "browserconfig",
    "ico",
    "apple-touch-icon",
    "pinned-tab-icon"
  ],
  "author": {
    "name": "Felix Arntz",
    "email": "felix-arntz@leaves-and-love.net",
    "url": "http://leaves-and-love.net"
  },
  "homepage": "http://wordpress.org/plugins/site-icon-extended/",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixarntz/site-icon-extended.git"
  },
  "bugs": {
    "url" : "https://github.com/felixarntz/site-icon-extended/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"
  }
}