composer.json 362 B

12345678910111213141516
  1. {
  2. "name": "itsjavi/bootstrap-colorpicker",
  3. "description": "Fancy and customizable colorpicker plugin for Twitter Bootstrap",
  4. "license": "Apache License Version 2.0",
  5. "authors": [
  6. {
  7. "name": "Javier Aguilar",
  8. "homepage": "https://itsjavi.com"
  9. }
  10. ],
  11. "minimum-stability": "dev",
  12. "require": {
  13. "components/jquery" : ">=1.10"
  14. }
  15. }