bower.json 340 B

12345678910111213141516171819202122
  1. {
  2. "name": "module3",
  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. "lib/",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "bootstrap": "^3.3.7",
  20. "jquery": "^3.2.1"
  21. }
  22. }