package.json 334B

12345678910111213
  1. {
  2. "name": "react-native-permissions",
  3. "version": "0.0.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/joshblour/react-native-permissions.git"
  7. },
  8. "license": "MIT",
  9. "keywords": ["react-native", "react-component"],
  10. "main": "ReactNativePermissions",
  11. "author": "Yonah Forst <yonaforst@hotmail.com>"
  12. }