mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
30 lines
753 B
JSON
30 lines
753 B
JSON
{
|
|
"name": "spectrum",
|
|
"filename": "js/spectrum.min.js",
|
|
"version": "1.3.0",
|
|
"title": "Spectrum Colorpicker",
|
|
"description": "The No Hassle jQuery Colorpicker",
|
|
"docs": "http://bgrins.github.com/spectrum",
|
|
"homepage": "http://bgrins.github.com/spectrum",
|
|
"demo": "http://jsfiddle.net/bgrins/ctkY3/",
|
|
"author": {
|
|
"name" : "Brian Grinstead",
|
|
"email" : "briangrinstead@gmail.com",
|
|
"url" : "http://briangrinstead.com/"
|
|
},
|
|
"keywords": [
|
|
"color",
|
|
"colorpicker",
|
|
"ui"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/bgrins/spectrum/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.7.2"
|
|
}
|
|
}
|