{
  "name": "circle-properties",
  "version": "0.1.1",
  "description": "This library allows obtaining the properties of a geometric circle from any of its measurements.",
  "main": "index.js",
  "browser": "dist-browser/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andres-geotec/circle-properties.git"
  },
  "keywords": [
    "circle",
    "geometry",
    "trigonometry",
    "mathematics",
    "radius",
    "pi",
    "diameter",
    "circumference",
    "area"
  ],
  "author": "Andrés Martínez González <andres.geotec@gmail.com> (https://github.com/andres-geotec)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andres-geotec/circle-properties/issues"
  },
  "homepage": "https://andres-geotec.github.io/circle-properties"
}
