{
  "name": "react-context-menu",
  "version": "3.0.2",
  "description": "A lightweight right-click context menu implemented in React.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "prepublishOnly": "npm run build",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amurp/react-context-menu.git"
  },
  "keywords": [
    "react",
    "contextmenu",
    "context",
    "menu",
    "right",
    "click",
    "component"
  ],
  "dependencies": {
    "prop-types": "^15.6.2"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "eslint-config-airbnb": "^17.1.0",
    "nwb": "0.23.x",
    "react": "^16.5.2",
    "react-dom": "^16.5.2"
  },
  "author": "Aaron Murphy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/amurp/react-context-menu/issues"
  },
  "homepage": "https://github.com/amurp/react-context-menu#readme"
}
