{
  "name": "react-move",
  "version": "6.5.0",
  "contributors": [
    {
      "name": "Steven Hall",
      "email": "hall.steven.g@gmail.com"
    },
    {
      "name": "Tanner Linsley",
      "email": "tannerlinsley@gmail.com",
      "url": "http://nozzle.io"
    }
  ],
  "description": "Beautiful, data-driven animations for React.",
  "main": "index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "types": "index.d.ts",
  "keywords": [
    "react-move",
    "resonance",
    "d3",
    "svg",
    "react",
    "charts",
    "graphs",
    "animation",
    "transitions",
    "interpolation"
  ],
  "repository": "git+https://github.com/sghall/react-move.git",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sghall/react-move/issues"
  },
  "homepage": "https://github.com/sghall/react-move#readme",
  "peerDependencies": {
    "react": ">=16.3.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.14.5",
    "kapellmeister": "^3.0.1",
    "prop-types": "^15.7.2"
  }
}