{
  "name": "react-native-view-overflow",
  "description": "solve view overflow in android",
  "version": "0.0.5",
  "author": "entria",
  "homepage": "https://github.com/entria/react-native-view-overflow",
  "keywords": [
    "react-native"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "peerDependencies": {
    "react-native": ">=0.41.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/entria/react-native-view-overflow.git"
  },
  "scripts": {
    "release:major": "npm version major && git push origin && git push origin --follow-tags",
    "release:minor": "npm version minor && git push origin && git push origin --follow-tags",
    "release:patch": "npm version patch && git push origin && git push origin --follow-tags",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
