bower.json 412 B

12345678910111213141516171819202122
  1. {
  2. "name": "jquery-minicolors",
  3. "version": "2.1.1",
  4. "homepage": "https://github.com/claviska/jquery-minicolors",
  5. "authors": [
  6. "Cory LaViska"
  7. ],
  8. "description": "jQuery MiniColors Plugin",
  9. "main": "./jquery.minicolors.js",
  10. "keywords": [
  11. "jquery",
  12. "colorpicker"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }