UNPKG

digicard-react-native-material-buttons

Version:
41 lines (33 loc) 996 B
{ "name": "digicard-react-native-material-buttons", "version": "0.5.4", "license": "BSD-3-Clause", "author": "Alexander Nazarov <n4kz@n4kz.com>", "contributors": [ {"name": "Alexander Nazarov", "email": "n4kz@n4kz.com"}, {"name": "Alberto Lopez", "email": "alopez@digicard.net"} ], "description": "Material buttons. Fixed to RN 0.64", "keywords": ["react", "react-component", "react-native", "ios", "android", "raised", "flat", "button", "ripple", "material"], "main": "index.js", "repository": { "type": "git", "url": "git://github.com/digicard/react-native-material-buttons.git" }, "dependencies": { "prop-types": "^15.5.9", "react-native-material-ripple": "^0.7.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "babel-eslint": "^8.0.0", "eslint": "^4.7.0", "eslint-plugin-react": "^7.0.0" }, "scripts": { "lint": "node_modules/.bin/eslint src example/app.js" } }