bower.json 383 B

1234567891011121314151617181920212223
  1. {
  2. "name": "practics",
  3. "authors": [
  4. "Entony <leonskottkenedi@gmail.com>"
  5. ],
  6. "description": "",
  7. "main": "",
  8. "license": "MIT",
  9. "homepage": "",
  10. "private": true,
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "bootstrap": "^3.3.7",
  20. "jquery": "^3.2.1",
  21. "font-awesome": "^4.7.0"
  22. }
  23. }