{
  "name": "rn-tween",
  "version": "1.0.4",
  "description": "Help create animated react native tween component",
  "main": "src/RNTween.js",
  "typings": "src/RNTween.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Karona-Tourn/rn-tween.git"
  },
  "keywords": [
    "tween",
    "rn-tween",
    "react-native-tween",
    "react-native-motion",
    "rn-motion",
    "tween",
    "motion",
    "rn-animation",
    "animation"
  ],
  "author": "Karona Tourn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Karona-Tourn/rn-tween/issues"
  },
  "homepage": "https://github.com/Karona-Tourn/rn-tween#readme",
  "scripts": {
    "test": "jest"
  },
  "peerDependencies": {
    "react": ">=0.14.9",
    "react-native": ">=0.23.1"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/runtime": "^7.5.5",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.9.0",
    "eslint": "^6.2.2",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.56.0",
    "react-test-renderer": "16.8.6"
  },
  "jest": {
    "preset": "react-native"
  }
}