{
  "name": "@jimpick/prosemirror-menu",
  "version": "1.0.5-3",
  "description": "Simple menu elements for ProseMirror",
  "main": "dist/index.js",
  "module": "src/index.js",
  "style": "style/menu.css",
  "license": "MIT",
  "maintainers": [
    {
      "name": "Marijn Haverbeke",
      "email": "marijnh@gmail.com",
      "web": "http://marijnhaverbeke.nl"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/prosemirror/prosemirror-menu.git"
  },
  "dependencies": {
    "@jimpick/crel": "^3.1.0-1",
    "@jimpick/prosemirror-state": "^1.2.2-4",
    "@jimpick/prosemirror-commands": "^1.0.7-1",
    "@jimpick/prosemirror-history": "^1.0.3-1"
  },
  "devDependencies": {
    "rollup": "^0.49.0",
    "rollup-plugin-buble": "^0.15.0"
  },
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "prepare": "npm run build"
  }
}
