package.json 501 B

12345678910111213141516171819
  1. {
  2. "name": "zebra-swiper",
  3. "version": "1.0.0",
  4. "description": "zebra-swiper示例项目",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/zebra-ui/zebra-swiper.git"
  12. },
  13. "author": "zebra-ui",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/zebra-ui/zebra-swiper/issues"
  17. },
  18. "homepage": "https://github.com/zebra-ui/zebra-swiper/blob/master/README.md"
  19. }