UNPKG

react-native-snackbar-component

Version:
45 lines (44 loc) 1.12 kB
{ "name": "react-native-snackbar-component", "version": "1.1.12", "description": "A snackbar component for Android and iOS", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "eslint": "eslint --fix ./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/sidevesh/react-native-snackbar-component.git" }, "keywords": [ "snackbar", "material", "design", "android", "ios", "notifications", "react-native" ], "author": "sidevesh", "license": "MIT", "bugs": { "url": "https://github.com/sidevesh/react-native-snackbar-component/issues" }, "homepage": "https://github.com/sidevesh/react-native-snackbar-component#readme", "devDependencies": { "babel-eslint": "^7.2.3", "eslint": "^5.11.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1" }, "peerDependencies": { "react": ">=15.3.1", "react-native": "*" }, "dependencies": { "prop-types": "^15.6.0" } }