{
  "name": "react-native-checkbox",
  "version": "2.0.0",
  "description": "Checkbox component for React native",
  "main": "checkbox.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sconxu/react-native-checkbox.git"
  },
  "keywords": [
    "react-native",
    "checkbox",
    "component",
    "react-component",
    "react-native",
    "ios"
  ],
  "author": "Bogdan Carmanus <carmanusbogdan@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sconxu/react-native-checkbox/issues"
  },
  "homepage": "https://github.com/sconxu/react-native-checkbox#readme",
  "dependencies": {
  	"prop-types": "^15.5.10"
  }
}
