{
  "name": "reactjs-modal",
  "version": "4.0.0",
  "author": {
    "name": "Linder Wang",
    "email": "linder0209@126.com",
    "url": "https://github.com/hopefuture"
  },
  "description": "This is a react component for modal.",
  "keywords": [
    "react",
    "modal",
    "component"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "scripts": {},
  "dependencies": {
    "perfect-dom": "^0.1.2",
    "react-addons-css-transition-group": "^15.6.2"
  },
  "engines": {
    "node": ">=6.9.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reactjs-ui/reactjs-modal.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reactjs-ui/reactjs-modal/issues"
  },
  "homepage": "https://github.com/reactjs-ui/reactjs-modal#readme"
}
