{
  "name": "react-native-icon-button",
  "version": "1.0.0",
  "private": false,
  "scripts": {
    "start": "node_modules/react-native/packager/packager.sh"
  },
  "peerDependencies": {
    "react-native": ">=0.6.0-rc || >=0.7.0-rc || >=0.8.0-rc || >=0.9.0-rc"
  },
  "description": "A simple button component allowing you to create customisable and visually appealing buttons.",
  "main": "button.ios.js",
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kkjdaniel/react-native-icon-button.git"
  },
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "button",
    "component",
    "icon"
  ],
  "author": "Karl Daniel <me@karldaniel.co.uk> (http://www.karldaniel.co.uk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kkjdaniel/react-native-icon-button/issues"
  },
  "homepage": "https://github.com/kkjdaniel/react-native-icon-button#readme"
}
