source: other-projects/nz-flag-design/trunk/main-form/bgrins-spectrum/spectrum.jquery.json

Last change on this file was 29741, checked in by davidb, 9 years ago

Support JS library for colour picker

  • Property svn:executable set to *
File size: 714 bytes
Line 
1{
2 "name": "spectrum",
3 "version": "1.6.0",
4 "title": "Spectrum Colorpicker",
5 "description": "The No Hassle jQuery Colorpicker",
6 "docs": "http://bgrins.github.com/spectrum",
7 "homepage": "http://bgrins.github.com/spectrum",
8 "demo": "http://jsfiddle.net/bgrins/ctkY3/",
9 "author": {
10 "name" : "Brian Grinstead",
11 "email" : "[email protected]",
12 "url" : "http://briangrinstead.com/"
13 },
14 "keywords": [
15 "color",
16 "colorpicker",
17 "ui"
18 ],
19 "licenses": [
20 {
21 "type": "MIT",
22 "url": "https://github.com/bgrins/spectrum/blob/master/LICENSE"
23 }
24 ],
25 "dependencies": {
26 "jquery": ">=1.7.2"
27 }
28}
Note: See TracBrowser for help on using the repository browser.