{
  "name": "react-native-animated-linear-gradient",
  "version": "1.3.0",
  "description": "Animated linear gradient as background animation or other.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heineiuo/react-native-animated-linear-gradient.git"
  },
  "keywords": [
    "react-native",
    "linear-gradient"
  ],
  "author": "heineiuo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heineiuo/react-native-animated-linear-gradient/issues"
  },
  "peerDependencies": {
    "react": ">=15.0",
    "react-native": ">=0.30",
    "react-native-linear-gradient": ">=1.5.0"
  },
  "homepage": "https://github.com/heineiuo/react-native-animated-linear-gradient#readme",
  "devDependencies": {
    "react": "^16.0.0",
    "react-native": "^0.49.5",
    "react-native-linear-gradient": "^2.3.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0",
    "rgb2hex": "^0.1.0"
  }
}