{
  "name": "simple-reason-react",
  "version": "0.0.2",
  "description": "Minimal React bindings for Reason",
  "main": "lib/js/src/ReasonReact.js",
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "test": "exit 0"
  },
  "keywords": [
    "reasonml",
    "bucklescript",
    "react",
    "hooks"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eldh/simple-reason-react.git"
  },
  "devDependencies": {
    "bs-platform": "^4.0.7"
  },
  "dependencies": {
    "react": "16.7.0-alpha.0",
    "react-dom": "16.7.0-alpha.0"
  }
}
