bower.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "fastadmin",
  3. "description": "the fastest admin framework",
  4. "main": "",
  5. "license": "Apache2.0",
  6. "homepage": "http://www.fastadmin.net",
  7. "private": true,
  8. "dependencies": {
  9. "jquery": "^2.2.3",
  10. "bootstrap": "^3.3.7",
  11. "font-awesome": "fontawesome#^4.6.1",
  12. "bootstrap-table": "^1.11.0",
  13. "layer": "*",
  14. "jstree": "^3.3.2",
  15. "summernote": "^0.8.2",
  16. "jquery-pjax": "^1.9.6",
  17. "bootstrap-validator": "^0.11.5",
  18. "moment": "^2.15.2",
  19. "plupload": "^2.2.0",
  20. "toastr": "^2.1.3",
  21. "devbridge-autocomplete": "^1.2.26",
  22. "jcrop": "jcrop#^2.0.4",
  23. "jquery-qrcode": "*",
  24. "eonasdan-bootstrap-datetimepicker": "^4.17.43",
  25. "bootstrap-select": "^1.11.2",
  26. "bootstrap3-dialog": "bootstrap-dialog#^1.35.3",
  27. "require-css": "^0.1.8",
  28. "less": "^2.7.1",
  29. "tableExport.jquery.plugin": "^1.9.0",
  30. "jquery-slimscroll": "slimscroll#^1.3.8",
  31. "jquery.cookie": "^1.4.1",
  32. "Sortable": "^1.5.0",
  33. "typeahead.js": "^0.11.1",
  34. "bootstrap-tagsinput": "^0.8.0",
  35. "nice-validator": "^1.0.10",
  36. "art-template": "^3.0.1"
  37. },
  38. "devDependencies": {
  39. "dragsort": "https://github.com/karsonzhang/dragsort.git",
  40. "jquery-addtabs": "https://github.com/karsonzhang/jquery-addtabs.git",
  41. "jquery-cxselect": "https://github.com/karsonzhang/cxSelect.git#",
  42. "jqcron": "https://github.com/karsonzhang/jqcron.git#"
  43. }
  44. }