UNPKG

react-native-image-gallery

Version:

Pure JavaScript image gallery component for iOS and Android

40 lines (39 loc) 1.13 kB
{ "name": "react-native-image-gallery", "version": "2.1.5", "description": "Pure JavaScript image gallery component for iOS and Android", "main": "src/Gallery.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/archriss/react-native-image-gallery.git" }, "author": "Archriss", "license": "ISC", "bugs": { "url": "https://github.com/archriss/react-native-image-gallery/issues" }, "homepage": "https://github.com/archriss/react-native-image-gallery#readme", "dependencies": { "prop-types": "^15.6.0", "react-mixin": "^3.0.5", "react-timer-mixin": "^0.13.3" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "babel-eslint": "^7.2.3", "eslint": "^3.19.0", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^7.0.1", "eslint-plugin-standard": "^3.0.1" } }