-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 867 Bytes
/
package.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
29
30
31
32
33
34
35
36
37
{
"name": "visually-random-color",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"license": "MIT",
"author": "damon314159 <[email protected]>",
"homepage": "https://github.com/damon314159/visually-random-color",
"repository": {
"type": "git",
"url": "git+https://github.com/damon314159/visually-random-color.git"
},
"description": "A simple, lightweight package with no dependencies to generate a random color with as little visual skew as possible",
"keywords": [
"random",
"color",
"random-color",
"visually-random-color",
"colour",
"cielab",
"xyz",
"rgb",
"srgb",
"color space",
"conversion",
"color model",
"profile",
"gamut",
"rendering",
"utility"
],
"devDependencies": {
"vitest": "^1.6.0"
}
}