{
  "name": "versor",
  "version": "0.2.0",
  "description": "Versor",
  "homepage": "https://github.com/Fil/versor",
  "repository": {
    "type": "git",
    "url": "https://github.com/Fil/versor.git"
  },
  "keywords": [
    "d3",
    "d3-module",
    "d3-geo",
    "versor"
  ],
  "license": "ISC",
  "author": {
    "name": "Mike Bostock",
    "url": "https://github.com/mbostock"
  },
  "type": "module",
  "module": "src/index.js",
  "main": "src/index.js",
  "jsdelivr": "dist/versor.min.js",
  "unpkg": "dist/versor.min.js",
  "exports": {
    "umd": "./dist/versor.min.js",
    "default": "./src/index.js"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "7",
    "mocha": "8",
    "rollup": "2",
    "rollup-plugin-terser": "5"
  },
  "scripts": {
    "test": "mocha 'test/**/*-test.js' && eslint src test",
    "prepublishOnly": "rm -rf dist && yarn test && rollup -c"
  },
  "engines": {
    "node": ">=12"
  },
  "jsnext:main": "src/index.js"
}
