酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
332 B

  1. {
  2. "name": "layer",
  3. "main": "src/layer.js",
  4. "version": "3.5.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. }