{
  "name": "react-native-color-palette",
  "version": "2.2.0",
  "description": "A react native module for simple hex color selection",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holmansv/react-native-color-palette.git"
  },
  "keywords": [
    "react",
    "react-native",
    "colors",
    "color-picker",
    "color-palette",
    "palette"
  ],
  "author": "Holman Strategic Ventures",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/holmansv/react-native-color-palette/issues"
  },
  "homepage": "https://github.com/holmansv/react-native-color-palette#readme",
  "dependencies": {},
  "devDependencies": {
    "@babel/runtime": "^7.2.0",
    "prop-types": "15.7.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
