{
  "name": "slate-poor-mentions",
  "version": "0.1.2",
  "description": "A Naive and Poor mention plugin for SlateJS",
  "main": "lib/slate-poor-mentions.js",
  "module": "lib/slate-poor-mentions.es.js",
  "umd": "dist/slate-poor-mentions.js",
  "umdMin": "dist/slate-poor-mentions.min.js",
  "repository": "git://github.com/zhujinxuan/slate-sensible.git",
  "author": "zhujinxuan <zhujinxuan@gmail.com>",
  "license": "MIT",
  "files": [
    "dist/",
    "lib/"
  ],
  "peerDependencies": {
    "immutable": ">=3.8.2",
    "is-hotkey": "^0.1.2",
    "react": ">=15.6.2",
    "react-portal": "^3.1.0",
    "slate": ">=0.32.4",
    "slate-react": ">=0.12.4"
  },
  "keywords": [
    "slate"
  ],
  "scripts": {
    "build:flow": "flow-copy-source -v ./src/ ./lib/"
  },
  "dependencies": {
    "react-lifecycles-compat": "^3.0.4"
  }
}
