{
  "name": "styled-animate",
  "version": "0.2.1",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "compile": "babel src -d dist",
    "prepublishOnly": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/granmoe/styled-animate.git"
  },
  "keywords": [
    "react",
    "styled-components",
    "react-transition-group",
    "animation"
  ],
  "author": "Matt Granmoe",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/granmoe/styled-animate/issues"
  },
  "homepage": "https://github.com/granmoe/styled-animate#readme",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all",
    "semi": false
  },
  "dependencies": {
    "react-transition-group": "^2.5.0",
    "randomatic": ">=3.x.x"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.3",
    "babel-plugin-styled-components": "^1.3.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "eslint": "^4.12.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-react": "^7.5.1",
    "eslint-plugin-standard": "^3.0.1",
    "prettier": "^1.9.1",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "styled-components": "^4.0.2"
  },
  "peerDependencies": {
    "react": ">=15.x.x",
    "react-dom": ">=15.x.x",
    "styled-components": ">=2.x.x"
  }
}
