{
  "name": "@highpoint/bs-ui-elements",
  "version": "5.0.0",
  "description": "BuckleScript bindings for HighPoint UI Elements Library",
  "main": "src/UIElements.re",
  "repository": {
    "type": "git",
    "url": "git+https://github.com:hp-mobile/bs-ui-elements.git"
  },
  "author": "HighPoint <support@mhighpoint.com>",
  "license": "MIT",
  "keywords": [
    "reason",
    "bucklescript",
    "highpoint",
    "ui-elements"
  ],
  "scripts": {
    "build": "bsb -make-world",
    "clean": "bsb -clean-world",
    "start": "bsb -make-world -w"
  },
  "dependencies": {
    "reason-react": "^0.7.0"
  },
  "devDependencies": {
    "@material-ui/core": "^4.4.1",
    "bs-platform": "^4.0.2",
    "husky": "^3.0.2",
    "lint-staged": "^9.2.1"
  },
  "files": [
    "src/*.re",
    "src/*.rei",
    "bsconfig.json"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "peerDependencies": {
    "@highpoint/ui-elements": "^16.0.0"
  }
}
