{
  "name": "react-native-masonry-layout",
  "version": "1.0.6",
  "description": "An easy to use, pure JS react-native component to render a masonry layout for any item view",
  "author": "Enok Man",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengmu456/react-native-masonry-layout.git"
  },
  "files": [
    "./example",
    "./lib"
  ],
  "main": "lib/index.js",
  "bugs": {
    "url": "https://github.com/fengmu456/react-native-masonry-layout/issues"
  },
  "homepage": "https://github.com/fengmu456/react-native-masonry-layout#README",
  "keywords": [
    "react-native",
    "masonry",
    "pinterest",
    "grid",
    "layout"
  ],
  "devDependencies": {
    "babel-preset-react-native-stage-0": "^1.0.1",
    "jest-react-native": "^18.0.0",
    "react-test-renderer": "16.2.0"
  },
  "scripts": {
    "start": "react-native start",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "test": "node node_modules/jest/bin/jest.js"
  },
  "jest": {
    "preset": "react-native"
  },
  "peerDependencies": {
    "react": "16.2.0",
    "react-native": ">=0.52.0"
  }
}
