{
  "name": "@vermilion/post-selector",
  "version": "1.0.3",
  "description": "A Gutenberg component that allows you to attach posts and pages to a custom block",
  "main": "index.js",
  "scripts": {
    "build": "parcel build src/index.js -d ./"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vermiliondesign/gutenberg-post-selector.git"
  },
  "keywords": [
    "gutenberg",
    "rest",
    "wp",
    "wordpress",
    "posts",
    "pages",
    "search",
    "addbysearch"
  ],
  "author": "Matt Dickey <mattdickey@vermilion.com>",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.3.0",
    "@babel/preset-react": "^7.0.0",
    "@wordpress/babel-plugin-import-jsx-pragma": "^1.1.3",
    "parcel": "^1.11.0"
  },
  "dependencies": {
    "react": "^16.7.0"
  }
}
