package.json 564 B

1234567891011121314151617181920212223
  1. {
  2. "name": "react-native-xmpush",
  3. "version": "0.2.1",
  4. "description": "集成小米推送",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/a289459798/react-native-mipush.git"
  12. },
  13. "keywords": [
  14. "react-native",
  15. "mipush"
  16. ],
  17. "author": "zzy",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://github.com/a289459798/react-native-mipush/issues"
  21. },
  22. "homepage": "https://github.com/a289459798/react-native-mipush#readme"
  23. }