.bower.json 725 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bootstrap-colorpicker",
  3. "main": [
  4. "dist/css/bootstrap-colorpicker.css",
  5. "dist/js/bootstrap-colorpicker.js"
  6. ],
  7. "dependencies": {
  8. "jquery": ">=1.10"
  9. },
  10. "ignore": [
  11. "\\.*",
  12. "/index.html",
  13. "/package.json",
  14. "/composer.json",
  15. "/Gruntfile.js",
  16. "/.travis.yml",
  17. "/travis.sh",
  18. "/server.js"
  19. ],
  20. "homepage": "https://github.com/itsjavi/bootstrap-colorpicker",
  21. "version": "2.5.1",
  22. "_release": "2.5.1",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "2.5.1",
  26. "commit": "db978b4d8c3436cdaed6e3a1a065f9f47bb686b1"
  27. },
  28. "_source": "https://github.com/itsjavi/bootstrap-colorpicker.git",
  29. "_target": "^2.5.1",
  30. "_originalSource": "bootstrap-colorpicker"
  31. }