.bower.json 583 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "layer",
  3. "main": "src/layer.js",
  4. "version": "3.1.1",
  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.1.1",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "v3.1.1",
  24. "commit": "0018e1a54fbfb455d7b30d5a2901294dd0ab52c5"
  25. },
  26. "_source": "https://github.com/sentsin/layer.git",
  27. "_target": "^3.0",
  28. "_originalSource": "layer"
  29. }