bower.json 681 B

12345678910111213141516171819202122232425262728293031
  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": "1.12.4",
  24. "jquery-ui": "1.12.1",
  25. "bootstrap": "3.3.7",
  26. "lodash-amd": "3.10.2",
  27. "echarts": "^3.3.1",
  28. "bootstrap-switch": "^3.3.2",
  29. "file-saver": "^1.3.3"
  30. }
  31. }