package.json 744 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "react-native-toast",
  3. "version": "1.0.7",
  4. "description": "A android like toast for react-native support for ios and android",
  5. "main": "index.js",
  6. "author": {
  7. "name": "YunJiang.Fang",
  8. "email": "42550564@qq.com"
  9. },
  10. "license": "MIT",
  11. "keywords": [
  12. "react-native",
  13. "react-component",
  14. "ios",
  15. "android",
  16. "toast",
  17. "position",
  18. "remobile",
  19. "mobile"
  20. ],
  21. "homepage": "https://github.com/remobile/react-native-toast",
  22. "bugs": {
  23. "url": "https://github.com/remobile/react-native-toast/issues"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git://github.com/remobile/react-native-toast.git"
  28. }
  29. }