{
  "name": "animate.css-react",
  "version": "1.1.0",
  "description": "React animations with animate.css",
  "main": "build/Animate",
  "repository": {
    "type": "git",
    "url": "https://github.com/kurdin/animate.css-react.git"
  },
  "bugs": "https://github.com/kurdin/animate.css-react/issues",
  "scripts": {
    "build": "run/build.sh",
    "demo": "babel-node example/server.js",
    "version:patch": "npm --no-git-tag-version version patch",
    "version:minor": "npm --no-git-tag-version version minor",
    "version:major": "npm --no-git-tag-version version major",
    "tag": "git tag v$npm_package_version"
  },
  "authors": [
    "Sergey Kurdin"
  ],
  "license": "MIT",
  "devDependencies": {
    "animate.css": "^3.7.0",
    "babel-core": "^6.23.0",
    "lodash": ">=4.17.11",
    "babel-loader": "^6.3.0",
    "babel-plugin-react": "^1.0.0",
    "babel-plugin-react-transform": "^3.0.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.20.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-app": "^9.0.0",
    "babel-preset-stage-2": "^6.24.1",
    "css-loader": "^4.3.0",
    "expect": "^1.12.0",
    "express": "^4.13.3",
    "form-serialize": "^0.7.0",
    "gzip-size": "^3.0.0",
    "history": "^1.13.1",
    "pretty-bytes": "^2.0.1",
    "react-tween-state": "^0.1.3",
    "rimraf": "^2.4.2",
    "style-loader": "^0.12.3",
    "uuid": "^3.0.1",
    "webpack": "^1.12.6",
    "webpack-dev-middleware": "^1.2.0"
  },
  "keywords": [
    "react",
    "animate.css"
  ],
  "dependencies": {
    "create-react-class": "^15.6.3",
    "dom-helpers": "^3.4.0",
    "object-assign": "^4.1.1",
    "proptypes": "^0.14.4",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-transition-group": "^1.2.1"
  }
}
