{
  "name": "d3-inertia",
  "version": "0.4.0",
  "description": "Inertia Dragging",
  "keywords": [
    "d3",
    "d3-module",
    "d3-drag",
    "d3-geo",
    "inertia"
  ],
  "license": "MIT",
  "main": "dist/d3-inertia.js",
  "unpkg": "dist/d3-inertia.min.js",
  "jsdelivr": "dist/d3-inertia.min.js",
  "module": "src/index.js",
  "jsnext:main": "src/index.js",
  "homepage": "https://github.com/Fil/d3-inertia",
  "repository": {
    "type": "git",
    "url": "https://github.com/Fil/d3-inertia.git"
  },
  "author": {
    "name": "Philippe Riviere",
    "url": "https://github.com/Fil"
  },
  "contributors": [
    {
      "name": "Mike Bostock",
      "url": "https://bost.ocks.org/mike/"
    },
    {
      "name": "Widi Harsojo",
      "url": "https://github.com/earthjs/earthjs"
    }
  ],
  "scripts": {
    "pretest": "rollup -c",
    "test": "tape 'test/**/*-test.js' && eslint src",
    "prepublishOnly": "rm -rf dist && yarn test",
    "postpublish": "zip -j dist/d3-inertia.zip -- LICENSE.txt README.md dist/d3-inertia.js dist/d3-inertia.min.js"
  },
  "dependencies": {
    "d3-drag": "2",
    "d3-selection": "2",
    "d3-timer": "2",
    "versor": "^0.1"
  },
  "devDependencies": {
    "eslint": "6",
    "rollup": "2",
    "rollup-plugin-terser": "7",
    "tape": "4"
  }
}
