{
  "name": "react-native-magic-move",
  "version": "0.6.6",
  "description": "Create magical move transitions between scenes in react-native",
  "author": "IjzerenHein <hrutjes@gmail.com>",
  "keywords": [
    "react-native-magic-move",
    "react-native",
    "magic move",
    "fluid",
    "scene-transition"
  ],
  "repository": "https://github.com/IjzerenHein/react-native-magic-move",
  "homepage": "https://github.com/IjzerenHein/react-native-magic-move#readme",
  "bugs": "https://github.com/IjzerenHein/react-native-magic-move/issues",
  "license": "MIT",
  "main": "src/index.js",
  "react-native": "src/index.js",
  "files": [
    "src",
    "ios",
    "android",
    "RNMagicMove.podspec"
  ],
  "scripts": {
    "lint": "./node_modules/.bin/eslint ./src"
  },
  "dependencies": {
    "lodash.findlast": "^4.6.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.11.1",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-react-native": "^3.5.0",
    "prettier": "^1.15.3"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-native": "*"
  }
}
