{ "name": "react-native-super-grid", "version": "2.3.0", "description": "Responsive Grid View for React Native", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/saleel97/react-native-super-grid.git" }, "peerDependencies": { "react-native": ">=0.49.0" }, "homepage": "https://github.com/saleel97/react-native-super-grid", "keywords": [ "react", "native", "responsive", "super", "grid", "view", "flatlist", "listview" ], "author": "saleel", "license": "MIT", "devDependencies": { "eslint": "^3.19.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3" }, "dependencies": { "prop-types": "^15.6.0" } }