component.json 508 B

12345678910111213141516171819
  1. {
  2. "name" : "jquery-minicolors",
  3. "version" : "2.1.1",
  4. "description" : "jQuery MiniColors Plugin",
  5. "homepage" : "",
  6. "main" : [ "./jquery.minicolors.js", "./jquery.minicolors.css" ],
  7. "dependencies" : {
  8. "jquery" : ">= 1.7.x"
  9. },
  10. "keywords" : [
  11. ],
  12. "author" : {
  13. "name" : "Cory LaViska",
  14. "web" : "http://www.abeautifulsite.net/"
  15. },
  16. "license": [
  17. "http://www.opensource.org/licenses/mit-license.php"
  18. ]
  19. }