{
  "name": "mui-snackbar",
  "version": "1.1.1",
  "description": "Material UI Snackbar and Context API - Trigger Snackbar using simple and smart interface",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orelhassid/mui-snackbar.git"
  },
  "keywords": [
    "materialui",
    "snackbar",
    "toast",
    "notification",
    "alerts",
    "react",
    "context"
  ],
  "author": "Orel Hassid",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/orelhassid/mui-snackbar/issues"
  },
  "homepage": "https://github.com/orelhassid/mui-snackbar#readme",
  "dependencies": {
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1"
  }
}
