-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 844 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 844 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
{
"name": "safecolor",
"version": "1.0.1",
"description": "SafeColor generates accessible colors that compiles with WCAG success criteria 1.4.3 (or any contrast ratio of your choice). It can generate either a random color that is contrast safe with a given color, or a consistent color for a given string.",
"main": "safecolor.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessuni/SafeColor.git"
},
"keywords": [
"wacg",
"contrast-ratio",
"accessibility",
"color",
"string",
"hex",
"rgb",
"hsl",
"hci",
"luminance",
"luma"
],
"author": "jessunix@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jessuni/SafeColor/issues"
},
"homepage": "https://github.com/jessuni/SafeColor#readme"
}