bower.json 329 B

12345678910111213141516171819
  1. {
  2. "name": "layui",
  3. "main": "src/layui.js",
  4. "version": "2.1.1",
  5. "homepage": "https://github.com/sentsin/layui",
  6. "authors": [
  7. "sentsin <xu@sentsin.com>"
  8. ],
  9. "description": "模块化前端UI框架",
  10. "moduleType": [
  11. "amd",
  12. "globals"
  13. ],
  14. "keywords": [
  15. "layui",
  16. "ui"
  17. ],
  18. "license": "MIT"
  19. }