{
  "name": "@nativepaint/react-native-color-picker",
  "version": "0.5.2",
  "description": "Color picker for react native",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nativepaint/react-native-color-picker.git"
  },
  "author": "nativepaint // instea.co",
  "contributors": [
    "instea",
    "FrederickEngelhardt"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nativepaint/react-native-color-picker/issues"
  },
  "homepage": "https://github.com/nativepaint/react-native-color-picker#readme",
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "eslint": "^3.11.1",
    "eslint-plugin-react": "^6.8.0",
    "prettier": "^1.18.2"
  },
  "dependencies": {
    "@react-native-community/slider": "^2.0.0",
    "prop-types": "^15.5.10",
    "tinycolor2": "^1.4.1"
  },
  "keywords": [
    "react-native",
    "react",
    "native",
    "color",
    "picker",
    "paint"
  ]
}
