{
  "name": "bs-material-ui-icons",
  "version": "0.2.0",
  "description": "Reason bindings for material-ui-icons",
  "main": "lib/js/src/MaterialUI.js",
  "scripts": {
    "precommit": "lint-staged",
    "build": "yarn generate-bindings && bsb -make-world",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "yarn run clean && yarn run build",
    "generate-bindings": "node ./scripts/generate-bindings.js",
    "format:js": "prettier --write ./*.{js,json,md} ./**/*.{js,json,md}",
    "format:reason": "refmt --in-place src/*.re",
    "format": "yarn format:js && yarn format:reason"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/InsidersByte/bs-material-ui-icons.git"
  },
  "keywords": [
    "Material",
    "Design",
    "Material-UI",
    "Icons",
    "React",
    "react-component",
    "bucklescript"
  ],
  "author": "Jonathon Kelly <jonathon@insidersbyte.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/InsidersByte/bs-material-ui-icons/issues"
  },
  "homepage": "https://github.com/InsidersByte/bs-material-ui-icons#readme",
  "dependencies": {},
  "devDependencies": {
    "@material-ui/icons": "1.0.0-beta.43",
    "bs-platform": "3.0.0",
    "husky": "0.14.3",
    "lint-staged": "7.0.5",
    "material-ui": "1.0.0-beta.43",
    "prettier": "1.12.1",
    "reason-react": "0.4.0"
  },
  "peerDependencies": {
    "@material-ui/icons": "^1.0.0-beta.43",
    "reason-react": "^0.3.0"
  },
  "lint-staged": {
    "*.{js,json}": ["prettier --write", "git add"],
    "src/**/*.re": ["refmt --in-place", "git add"]
  }
}
