{
  "name": "colorpicker",
  "version": "1.1.8",
  "homepage": "https://github.com/vanderlee/colorpicker",
  "author": "Martijn van der Lee <martijn@vanderlee.com>",
"repository": {
    "type": "git",
    "url": "https://github.com/vanderlee/colorpicker"
},
  "description": "JQuery colorpicker: themeroller styling, RGB, HSL, CMYK and L*A*B support. Standard look & feel, configurable. Works as a popup or inline.",
  "main": "jquery.colorpicker.js",
  "keywords": [
    "jquery",
    "colorpicker"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
	"jquery": ">=1.5",
    "jquery-ui": ">=1.7"
  }
}