.bower.json 609 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "layer",
  3. "main": "src/layer.js",
  4. "version": "3.5.3",
  5. "homepage": "https://github.com/sentsin/layer",
  6. "authors": [
  7. "sentsin <xu@sentsin.com>"
  8. ],
  9. "description": "弹窗组件",
  10. "moduleType": [
  11. "amd",
  12. "globals"
  13. ],
  14. "keywords": [
  15. "layer",
  16. "layui",
  17. "dialog"
  18. ],
  19. "license": "MIT",
  20. "_release": "3.5.3",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "v3.5.3",
  24. "commit": "7ef901632a7d21f37692ae5d4f9e671c7d57ce47"
  25. },
  26. "_source": "https://github.com/karsonzhang/fastadmin-layer.git",
  27. "_target": "~3.5.1",
  28. "_originalSource": "fastadmin-layer"
  29. }