暂无描述

package.json 523B

12345678910111213141516171819202122232425
  1. {
  2. "name": "rnezswiper",
  3. "version": "1.0.1",
  4. "description": "a simple swiper",
  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/CQKM/RN-Swiper.git"
  12. },
  13. "keywords": [
  14. "swiper",
  15. "RN",
  16. "RN-Swiper"
  17. ],
  18. "author": "hjhgzem@163.com",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/CQKM/RN-Swiper/issues"
  22. },
  23. "homepage": "https://github.com/CQKM/RN-Swiper#readme"
  24. }