-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 972 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
38
39
40
41
42
43
44
45
46
{
"name": "matisse",
"version": "1.0.9",
"description": "JavaScript library for mutable colour conversion and manipulation 🎨",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest --coverage"
},
"keywords": [
"colour",
"color",
"conversion",
"manipulation",
"mixing",
"blending",
"harmonies",
"accessiblity",
"wcag",
"contrast",
"temperature",
"rgb",
"hsv",
"hsl",
"cmyk",
"hwb",
"css",
"hex"],
"repository": {
"type": "git",
"url": "git+https://github.com/tsaruggan/matisse.git"
},
"author": "tsaruggan",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsaruggan/matisse/issues"
},
"homepage": "https://github.com/tsaruggan/matisse#readme",
"devDependencies": {
"jest": "^28.0.3"
},
"dependencies": {
"color-string": "^1.9.1",
"mathjs": "^10.5.1"
}
}