{
  "name": "@materialr/snackbar",
  "version": "0.1.6",
  "description": "Material snackbar implementation for React",
  "main": "lib/index.js",
  "scripts": {
    "build:production": "babel src --out-dir lib --ignore **/*.test.js,**/*.test.jsx",
    "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
    "lint": "eslint --ext .js --ext .jsx .",
    "semantic-release": "semantic-release",
    "test": "npm run lint && npm run test:vulnerabilities && npm run test:scripts",
    "test:scripts": "jest --coverage --config ./jest.config.json",
    "test:vulnerabilities": "nsp check"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/materialr/snackbar.git"
  },
  "keywords": [
    "React",
    "Material",
    "Snackbar"
  ],
  "author": "Hendrik Volschenk <righteous.trespasser@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/materialr/snackbar/issues"
  },
  "homepage": "https://github.com/materialr/snackbar#readme",
  "dependencies": {
    "@material/snackbar": "^0.36.0",
    "classnames": "^2.2.5",
    "prop-types": "^15.6.1",
    "react": "^16.4.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.0.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "coveralls": "^3.0.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.9.1",
    "jest": "^23.1.0",
    "nsp": "^3.2.1",
    "react-dom": "^16.4.0",
    "semantic-release": "^15.5.1"
  }
}
