forked from darieldejesus/shade-blend-color
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1001 Bytes
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
29
30
31
32
33
34
35
36
{
"name": "color-shade-blend",
"version": "1.0.0",
"description": "This will take a HEX or RGB web color, shade it darker or lighter, or blend it with a second color, and can also pass it right thru but convert from Hex to RGB (Hex2RGB) or RGB to Hex (RGB2Hex). All without you even knowing what color format you are using.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Turqueso/color-shade-blend.git"
},
"bugs": {
"url": "https://github.com/Turqueso/color-shade-blend/issues"
},
"homepage": "https://github.com/Turqueso/color-shade-blend#readme",
"keywords": [
"pSBC",
"shade",
"blend",
"color",
"blend-color",
"Hex2RGB",
"RGB2Hex",
"HEX",
"RGB",
"pSBC",
"pSBCjs",
"PimpTrizkit",
"PJs",
"Pimp",
"Trizkit"
],
"author": "Pimp Trizkit (http://www.pimptrizkit.com)",
"license": "GPL-3.0"
}