{
  "name": "@chuhoanglong/rn-really-awesome-button",
  "version": "1.0.6",
  "description": "ReactNative performant component that renders an 60fps animated set of progress enabled 3D UI buttons.",
  "main": "src/index.js",
  "typings": "./index.d.ts",
  "author": "Rafael Caferati",
  "license": "MIT",
  "homepage": "https://github.com/rcaferati/react-native-really-awesome-button",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rcaferati/react-native-really-awesome-button"
  },
  "bugs": {
    "url": "https://github.com/rcaferati/react-native-really-awesome-button/issues"
  },
  "keywords": [
    "button",
    "react-native",
    "animated button",
    "awesome button",
    "really awesome button",
    "3d button",
    "react-component",
    "ios",
    "android"
  ],
  "peerDependencies": {
    "prop-types": ">=15.5.7",
    "react-native": ">=0.43.0"
  },
  "devDependencies": {
    "babel-jest": "23.4.2",
    "babel-preset-react-native": "4.0.0",
    "jest": "23.5.0",
    "react": "16.3.1",
    "react-native": "0.55.4",
    "react-test-renderer": "16.3.1"
  },
  "jest": {
    "preset": "react-native"
  },
  "dependencies": {
    "deprecated-react-native-prop-types": "^2.3.0"
  }
}
