package.json 588B

123456789101112131415161718192021222324
  1. {
  2. "name": "react-native-permissions",
  3. "version": "1.0.1",
  4. "description": "Check user permissions in React Native",
  5. "author": "Yonah Forst <yonaforst@hotmail.com>",
  6. "homepage": "https://github.com/yonahforst/react-native-permissions",
  7. "main": "index",
  8. "license": "MIT",
  9. "keywords": [
  10. "react-native",
  11. "react-permissions",
  12. "permissions"
  13. ],
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/yonahforst/react-native-permissions.git"
  17. },
  18. "devDependencies": {
  19. "husky": "^0.14.3",
  20. "lint-staged": "^5.0.0",
  21. "prettier": "^1.8.2"
  22. }
  23. }