package.json 237 B

123456789101112
  1. {
  2. "id": "zwy-popup",
  3. "name": "简单可自定义的弹窗",
  4. "version": "1.0.0",
  5. "description": "超简单",
  6. "keywords": [
  7. "模态弹窗"
  8. ],
  9. "dependencies": {
  10. "jweixin-module": "^1.6.0"
  11. }
  12. }