UNPKG

react-native-fab

Version:

A FAB button component for Android and iOS, customizable, simple and as per material design specs.

47 lines (46 loc) 1.14 kB
{ "name": "react-native-fab", "version": "1.0.18", "description": "A FAB button component for Android and iOS, customizable, simple and as per material design specs.", "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-fab.git" }, "keywords": [ "react-native", "fab", "floating", "action", "button", "material", "design", "android", "ios" ], "author": "sidevesh", "license": "MIT", "bugs": { "url": "https://github.com/SiDevesh/react-native-fab/issues" }, "homepage": "https://github.com/sidevesh/react-native-fab#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" } }