{
  "name": "react-draggable-resizable-modal",
  "version": "0.1.2",
  "main": "dist/index.js",
  "description": "Draggable and Resizable modal with dynamic options",
  "repository": "TechnologyGeek12/react-draggable-resizable-modal",
  "homepage": "https://technologygeek12.github.io/gaurav-tanwar/",
  "license": "MIT",
  "keywords": [
    "React Draggable Resizable Modal",
    "Dynamic Modal",
    "React Draggable Modal",
    "React Resizable Modal",
    "React Modal",
    "Dynamic React Modal"
  ],
  "files": [
    "dist"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-scripts": "1.1.4",
    "react-test-renderer": "^16.3.2"
  },
  "dependencies": {
    "react-motion": "^0.5.2",
    "react-transition-group": "^2.4.0"
  },
  "peerDependencies": {
    "react": "^16.3.2",
    "react-dom": "^16.3.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build-examples": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
  }
}
