{
  "name": "@rolltrax/bs-react-dates",
  "version": "1.0.0",
  "description": "Reason bindings for react-dates",
  "author": "Rolltrax",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahrefs/bs-react-dates.git"
  },
  "homepage": "https://github.com/ahrefs/bs-react-dates#readme",
  "bugs": {
    "url": "https://github.com/ahrefs/bs-react-dates/issues"
  },
  "keywords": [
    "react",
    "reason-react",
    "reason",
    "reasonml",
    "bucklescript",
    "datepicker",
    "react-dates"
  ],
  "scripts": {
    "prestart": "npm install && bsb -clean-world",
    "start": "npm run bs:watch",
    "test": "npm run bs:build",
    "bs:build": "bsb -make-world -clean-world",
    "bs:watch": "bsb -make-world -clean-world -w",
    "bs:setup": "bsb -make-world"
  },
  "dependencies": {
    "bs-moment": "^0.3.0",
    "moment": "^2.22.1",
    "react": "^16.2.0",
    "react-dates": "^20.2.5"
  },
  "devDependencies": {
    "bs-platform": "^5.0.6",
    "reason-react": "^0.7.0"
  }
}
