{
  "name": "react-native-custom-permissions",
  "version": "1.0.4",
  "description": "Check user permissions in React Native",
  "author": "tokinonagare <timemahou@gmail.com>",
  "homepage": "https://github.com/tokinonagare/react-native-permissions",
  "keywords": ["react-native", "react-permissions", "permissions"],
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tokinonagare/react-native-permissions.git"
  },
  "scripts": {
    "precommit": "lint-staged",
    "prettier": "prettier --write '**/*.{js,json,md}'"
  },
  "lint-staged": {
    "**/*.{js,json,md}": ["prettier --write", "git add"]
  },
  "devDependencies": {
    "flow-bin": "^0.57.3",
    "husky": "^0.14.3",
    "lint-staged": "^6.0.0",
    "prettier": "^1.9.2"
  }
}
