{
  "name": "react-native-measure-text",
  "version": "1.0.0-alpha.2",
  "description": "Measure text height without laying it out.",
  "main": "index.js",
  "keywords": [
    "react-native",
    "measure",
    "text",
    "height",
    "precompute",
    "block",
    "multiline"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airamrguez/react-native-measure-text.git"
  },
  "bugs": {
    "url": "https://github.com/airamrguez/react-native-measure-text/issues"
  },
  "homepage": "https://github.com/airamrguez/react-native-measure-text#readme",
  "author": "Airam Rguez",
  "license": "BSD 2-clause License",
  "peerDependencies": {
    "react-native": "^0.41.2"
  }
}
