{
  "name": "material-ui-fullscreen-dialog",
  "version": "1.1.0",
  "description": "A fullscreen dialog for Material-UI.",
  "main": "lib/FullscreenDialog.js",
  "scripts": {
    "build": "babel src -d lib",
    "test": "standard",
    "lint": "standard",
    "prepublish": "babel src -d lib",
    "storybook": "start-storybook -p 6006",
    "styleguide": "mui-styleguidist server",
    "styleguide:build": "mui-styleguidist build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TeamWertarbyte/material-ui-fullscreen-dialog.git"
  },
  "keywords": [
    "react",
    "material",
    "dialog",
    "fullscreen",
    "mobile"
  ],
  "author": "Wertarbyte <kontakt@wertarbyte.com> (https://wertarbyte.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TeamWertarbyte/material-ui-fullscreen-dialog/issues"
  },
  "homepage": "https://github.com/TeamWertarbyte/material-ui-fullscreen-dialog#readme",
  "devDependencies": {
    "@storybook/addon-actions": "^3.2.17",
    "@storybook/react": "^3.4.2",
    "@wertarbyte/mui-styleguidist-wrapper": "^0.1.3",
    "babel-cli": "^6.14.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "material-ui": "^0.20.0",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-transition-group": "^2.3.1",
    "standard": "^10.0.2"
  },
  "peerDependencies": {
    "material-ui": ">=0.19.0 <1.0.0",
    "react": "^15.5.4 || ^16.0.0",
    "react-dom": "^15.5.4 || ^16.0.0",
    "react-transition-group": "^2.3.1"
  },
  "dependencies": {
    "prop-types": "^15.5.8"
  }
}
