{
  "name": "react-modal-onfido",
  "version": "1.6.1",
  "description": "Accessible modal dialog component for React.JS",
  "main": "./lib/index",
  "repository": {
    "type": "git",
    "url": "https://github.com/onfido/react-modal-onfido.git"
  },
  "homepage": "https://github.com/onfido/react-modal-onfido",
  "bugs": "https://github.com/onfido/react-modal-onfido/issues",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "pretest": "npm run build",
    "test": "scripts/test --browsers Firefox",
    "start": "scripts/dev-examples",
    "build": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
    "prepublish": "npm run build"
  },
  "authors": [
    "Ryan Florence"
  ],
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.3.15",
    "babel-core": "^6.3.15",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.3.13",
    "envify": "^3.4.1",
    "expect": "1.10.0",
    "karma": "^0.13.22",
    "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": "^6.1.4",
    "react": "^15.0.0",
    "react-addons-test-utils": "^15.0.0",
    "react-dom": "^15.0.0",
    "rf-release": "0.4.0",
    "sinon": "^1.17.3",
    "uglify-js": "^3.6.0",
    "webpack": "^4.34.0",
    "webpack-dev-server": "^3.7.1"
  },
  "dependencies": {
    "cross-env": "^5.2.0",
    "element-class": "^0.2.0",
    "exenv": "1.2.0"
  },
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0",
    "react-dom": "^0.14.0 || ^15.0.0"
  },
  "tags": [
    "react",
    "modal",
    "dialog"
  ],
  "keywords": [
    "react",
    "react-component",
    "modal",
    "dialog"
  ]
}
