package.json 783 B

12345678910111213141516171819202122232425262728
  1. {
  2. "id": "wlp-progress-new",
  3. "name": "超级好用的最基础的半、全、渐变圆环进度条组件,可二次开发或者联系我二次开发哟",
  4. "displayName": "超级好用的最基础的半、全、渐变圆环进度条组件,可二次开发或者联系我二次开发哟",
  5. "version": "1.0.0",
  6. "description": "超级好用的最基础的圆环进度条组件,可二次开发,半圆,全圆,渐变等等,利用canvas实现",
  7. "keywords": [
  8. "进度条",
  9. "半圆环",
  10. "全圆环",
  11. "渐变"
  12. ],
  13. "dcloudext": {
  14. "type": "component-vue",
  15. "sale": {
  16. "regular": {
  17. "price": "0.00"
  18. },
  19. "sourcecode": {
  20. "price": "0.00"
  21. }
  22. }
  23. },
  24. "uni_modules": {
  25. "dependencies": [],
  26. "encrypt": []
  27. }
  28. }