package.json 482B

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