{
  "name": "react-overdrive",
  "version": "0.0.10",
  "description": "Super easy magic-move transitions for React apps",
  "main": "lib/Overdrive.min.js",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "standard && npm test && NODE_ENV=production webpack --env build",
    "dev": "webpack --progress --colors --watch --env dev",
    "test": "jest",
    "standard": "standard"
  },
  "peerDependencies": {
    "react": "^15.5.0 || ^16.0.0",
    "react-dom": "^15.5.0 || ^16.0.0"
  },
  "devDependencies": {
    "babel": "6.5.2",
    "babel-core": "6.22.1",
    "babel-jest": "^21.2.0",
    "babel-loader": "6.2.10",
    "babel-plugin-add-module-exports": "0.1.2",
    "babel-plugin-transform-class-properties": "^6.19.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.20.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "6.x.x",
    "babel-preset-es2017": "^6.16.0",
    "babel-preset-react": "6.x.x",
    "babel-runtime": "^6.23.0",
    "jest": "^22.4.3",
    "prop-types": "^15.5.10",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0",
    "standard": "^11.0.1",
    "webpack": "2.2.1",
    "yargs": "6.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/berzniz/react-overdrive.git"
  },
  "keywords": [
    "magic-move",
    "animations",
    "transitions",
    "overdrive",
    "react",
    "reactjs",
    "react-router",
    "nextjs"
  ],
  "author": "Tal Bereznitskey",
  "license": "MIT"
}
