bower.json 628 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "webappframe",
  3. "description": "基于 Dojo、JQuery、Lodash、Typescript、Gulp等构建的模块化 Web App 框架。",
  4. "main": "index.html",
  5. "authors": [
  6. "Aiello Chan",
  7. "Wangjiao",
  8. "Zengxianwei",
  9. "Songling"
  10. ],
  11. "license": "Apache License 2.0",
  12. "homepage": "",
  13. "private": true,
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ],
  21. "dependencies": {
  22. "bootstrap-datetimepicker": "^0.0.11",
  23. "jquery": "3.3.1",
  24. "bootstrap": "4.0.0",
  25. "lodash-amd": "3.10.2",
  26. "echarts": "^3.3.1",
  27. "bootstrap-switch": "^3.3.2"
  28. }
  29. }