{
  "name": "range-overlaps",
  "version": "1.0.0",
  "description": "Checks whether two ranges/intervals overlap. Returns true or false.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "range",
    "utilities",
    "overlap",
    "overlapping",
    "overlaps",
    "intervals",
    "ranges"
  ],
  "author": "Anton Ivanov <anton@ivanov.hk>",
  "license": "Unlicense"
}
