Codebase list jquery-minicolors / e9f8e225-e400-45f7-b892-40fd7b014968/main composer.json
e9f8e225-e400-45f7-b892-40fd7b014968/main

Tree @e9f8e225-e400-45f7-b892-40fd7b014968/main (Download .tar.gz)

composer.json @e9f8e225-e400-45f7-b892-40fd7b014968/mainraw · history · blame

{
  "name": "abeautifulsite/jquery-minicolors",
  "type": "component",
  "description": "jQuery MiniColors Plugin",
  "homepage": "http://www.abeautifulsite.net/",
  "license": "MIT",
  "extra": {
    "component": {
      "scripts": [
        "jquery.minicolors.js"
      ],
      "files": [
        "jquery.minicolors.js",
        "jquery.minicolors.min.js",
        "jquery.minicolors.css",
        "jquery.minicolors.png"
      ]
    }
  }
}