-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
rgbHex.jquery.json
28 lines (28 loc) · 1004 Bytes
/
rgbHex.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "rgbHex",
"title": "rgbHex jQuery Plugin",
"description": "A simple yet intelligent jQuery rgb / hex converter. The converter will automatically detect the input format and auto convert it allowing you to enter either a rgb or hex value as input.",
"keywords": ["websanova", "rgb", "hex", "rgbhex"],
"version": "2.0.0",
"author": {
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
},
"maintainers": [{
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/websanova/rgbHex#license"
}],
"bugs": "https://github.com/websanova/rgbHex/issues",
"homepage": "https://github.com/websanova/rgbHex",
"docs": "https://github.com/websanova/rgbHex",
"download": "https://github.com/websanova/rgbHex/tags",
"dependencies": {
"jquery": ">=1.5"
}
}