{
  "name": "meir-react-modal",
  "version": "0.6.2",
  "description": "Accessible modal dialog component for React.JS",
  "main": "./lib/index",
  "repository": {
    "type": "git",
    "url": "https://github.com/rackt/react-modal.git"
  },
  "homepage": "https://github.com/demisto/react-modal",
  "bugs": "https://github.com/demisto/react-modal/issues",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "scripts/test --browsers Firefox --single-run",
    "start": "scripts/dev-examples"
  },
  "authors": [
    "Doron Sharon"
  ],
  "license": "MIT",
  "devDependencies": {
    "browserify": "11.1.0",
    "browserify-shim": "3.8.10",
    "envify": "3.4.0",
    "expect": "1.10.0",
    "jsx-loader": "0.13.2",
    "karma": "0.13.10",
    "karma-browserify": "^4.2.1",
    "karma-chrome-launcher": "0.2.0",
    "karma-cli": "0.1.0",
    "karma-firefox-launcher": "0.1.6",
    "karma-mocha": "0.2.0",
    "karma-safari-launcher": "^0.1.1",
    "mocha": "2.3.3",
    "react-addons-test-utils": "^0.14.0",
    "react-dom": "^0.14.0",
    "react": "^0.14.0",
    "reactify": "^1.1.1",
    "rf-release": "0.4.0",
    "uglify-js": "2.4.24",
    "webpack-dev-server": "1.11.0"
  },
  "dependencies": {
    "element-class": "^0.2.0",
    "exenv": "1.2.0",
    "lodash.assign": "^3.2.0"
  },
  "peerDependencies": {
    "react": "^0.14.0"
  },
  "tags": [
    "react",
    "modal",
    "dialog"
  ],
  "keywords": [
    "react",
    "react-component",
    "modal",
    "dialog"
  ],
  "browserify-shim": {
    "react": "global:React",
    "react-dom": "global:ReactDOM"
  }
}