{
  "name": "react-native-flexbox-grid",
  "version": "0.3.2",
  "description": "Grid system for react native based on flexbox grid's api",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha -R spec tests/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rundmt/react-native-flexbox-grid.git"
  },
  "keywords": [
    "react-native",
    "react",
    "native",
    "flexbox",
    "grid"
  ],
  "dependencies": {
    "prop-types": "^15.6.0"
  },
  "author": "Derek Tor <derekmuoktor@gmail.com> (http://derektor.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rundmt/react-native-flexbox-grid/issues"
  },
  "homepage": "https://github.com/rundmt/react-native-flexbox-grid#readme",
  "devDependencies": {
    "mocha": "^2.4.5"
  }
}
