{
  "name": "bs-fetch",
  "version": "0.6.2",
  "description": "Fetch bindings for BuckleScript",
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "test": "exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reasonml-community/bs-fetch.git"
  },
  "keywords": [
    "fetch",
    "browser",
    "xhr",
    "bucklescript"
  ],
  "author": "glennsl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reasonml-community/bs-fetch/issues"
  },
  "homepage": "https://github.com/reasonml-community/bs-fetch#readme",
  "devDependencies": {
    "bs-platform": "^7.0.1"
  }
}
