package.json 480B

12345678910111213141516171819
  1. {
  2. "name": "react-native-permissions",
  3. "version": "1.0.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/joshblour/react-native-permissions.git"
  7. },
  8. "main": "index",
  9. "license": "MIT",
  10. "keywords": [
  11. "react-native",
  12. "react-permissions",
  13. "permissions"
  14. ],
  15. "author": "Yonah Forst <yonaforst@hotmail.com>",
  16. "homepage": "https://github.com/joshblour/react-native-permissions",
  17. "description": "Check user permissions in React Native"
  18. }