crayon-syntax-highlighter/js/jquery-colorpicker/bower.json

27 lines
623 B
JSON

{
"name": "colorpicker",
"version": "1.2.20",
"homepage": "https://github.com/vanderlee/colorpicker",
"authors": [
"Martijn van der Lee <martijn@vanderlee.com>"
],
"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.7.1",
"jquery-ui": ">=1.8.0"
}
}