generated from Myndex/apca-w3
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "colorparsley",
"version": "0.1.8",
"type": "module",
"description": "colorParsley() • a lightweight yet versatile color parsing function with no dependencies. Takes various color strings, numbers, or objects, and turns them into simple arrays. Bonus utilities colorToHex() and colorToRGB() included",
"main": "./src/colorparsley.js",
"keywords": [
"CSS",
"CSS3",
"CSS4",
"CSS5",
"HTML",
"PDF",
"RTF",
"sRGB",
"RGB",
"P3",
"displayP3",
"Adobe RGB",
"LCh",
"Lstar",
"color",
"colour",
"colors",
"colours",
"contrast",
"lightness",
"brightness",
"luminance",
"design tools",
"string parsing",
"HSL",
"HSV",
"HWB",
"RGB parsing",
"hex string",
"regex"
],
"author": "Andrew Somers",
"license": "AGPL v3",
"bugs": {
"url": "https://github.com/Myndex/colorparsley/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Myndex/colorparsley.git"
},
"homepage": "https://www.myndex.com/APCA/",
"scripts": {
"test": "ava test/index.js; ava test/reject.js"
},
"devDependencies": {
"ava": "^4.3.0"
}
}