{
  "name": "wp-map-picker",
  "version": "0.7.1",
  "description": "This jQuery plugin for WordPress can be used to transform an input field into a flexible map field with a location picker.",
  "main": [
    "wp-map-picker.min.js",
    "wp-map-picker.min.css"
  ],
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "wordpress",
    "map",
    "google maps",
    "admin",
    "ui",
    "jQuery",
    "plugin"
  ],
  "homepage": "https://github.com/felixarntz/wp-map-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"
  ]
}