{
  "name": "react-native-material-buttons-no-proptypes",
  "version": "0.6.2",
  "license": "BSD-3-Clause",
  "contributors": [
    {
      "name": "Alexander Nazarov",
      "email": "n4kz@n4kz.com"
    },
    {
      "name": "Philip Beber",
      "email": "philip.beber@gmail.com"
    }
  ],
  "description": "Material buttons",
  "keywords": [
    "react",
    "react-component",
    "react-native",
    "ios",
    "android",
    "raised",
    "flat",
    "button",
    "ripple",
    "material"
  ],
  "main": "index.js",
  "files": [
    "index.js",
    "src/*",
    "license.txt",
    "readme.md"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/philipbeber/react-native-material-buttons-no-proptypes.git"
  },
  "dependencies": {
    "react-native-material-ripple": "^0.9.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.0",
    "eslint": "^6.5.0",
    "eslint-plugin-react": "^7.0.0"
  },
  "scripts": {
    "lint": "eslint src example/app.js example/index.js"
  }
}
