No Description

package.json 674B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "react-native-agora",
  3. "version": "1.1.2",
  4. "description": "声网Agora",
  5. "main": "index.js",
  6. "scripts": {
  7. "pu": "npm publish",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/DBshaoYan/react-native-agora.git"
  13. },
  14. "keywords": [
  15. "agora",
  16. "react-native",
  17. "react-native-agora",
  18. "live",
  19. "react",
  20. "Agora",
  21. "video",
  22. "react-native-video"
  23. ],
  24. "author": "",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/DBshaoYan/react-native-agora/issues"
  28. },
  29. "homepage": "https://github.com/DBshaoYan/react-native-agora#readme"
  30. }