{
  "name": "react-rebound",
  "version": "0.8.3",
  "description": "High-performance spring animations in React.",
  "author": "Stefano J. Attardi (http://github.com/steadicat)",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint src",
    "build": "rollup -c",
    "watch": "rollup -cw",
    "prepublish": "npm run build"
  },
  "homepage": "https://github.com/steadicat/react-rebound",
  "repository": {
    "type": "git",
    "url": "git@github.com:steadicat/react-rebound.git"
  },
  "bugs": {
    "url": "https://github.com/steadicat/react-rebound/issues"
  },
  "keywords": [
    "react",
    "animation",
    "animate",
    "springs",
    "rebound",
    "motion"
  ],
  "dependencies": {
    "rebound": "^0.1.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@types/raf": "^3.4.0",
    "@types/react": "^16.8.10",
    "@types/react-dom": "^16.8.3",
    "@typescript-eslint/eslint-plugin": "^1.5.0",
    "eslint": "^5.15.3",
    "eslint-config-prettier": "^4.1.0",
    "eslint-config-problems": "^2.0.0",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "^1.6.0",
    "raf": "^3.4.1",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "rollup": "^1.7.4",
    "rollup-plugin-commonjs": "^9.2.2",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-replace": "^2.1.1",
    "rollup-plugin-typescript2": "^0.20.1",
    "typescript": "^3.3.4000"
  },
  "license": "MIT"
}
