bower.json 316 B

1234567891011121314
  1. {
  2. "name": "CoreUI",
  3. "version": "1.0.0-alpha.4 (jQuery & Static Version)",
  4. "dependencies": {
  5. "bootstrap": "4.0.0-alpha.6",
  6. "tether": "latest",
  7. "jquery": "^3.0.0",
  8. "fontawesome": "latest",
  9. "simple-line-icons": "latest",
  10. "pace": "latest",
  11. "chart.js": "^2.3.0"
  12. },
  13. "private": true
  14. }