{
  "name": "wp-media-picker",
  "version": "0.7.2",
  "description": "This jQuery plugin for WordPress can be used to transform an input field into a flexible and compatible media field with attachment selection and preview.",
  "main": [
    "wp-media-picker.min.js",
    "wp-media-picker.min.css"
  ],
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "wordpress",
    "media",
    "attachment",
    "admin",
    "ui",
    "jQuery",
    "plugin"
  ],
  "homepage": "https://github.com/felixarntz/wp-media-picker/",
  "authors": [
    {
      "name": "Felix Arntz",
      "email": "felix-arntz@leaves-and-love.net",
      "homepage": "https://leaves-and-love.net"
    }
  ],
  "license": "GPL-2.0",
  "ignore": [
    "node_modules",
    "bower_components",
    "**/.*",
    "test",
    "tests"
  ]
}