-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
54 lines (54 loc) · 1.11 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
{
"name": "nice-color-palettes",
"version": "4.0.0",
"description": "nice colour palettes as JSON",
"main": "./100.json",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {
"got": "^9.2.2",
"map-limit": "0.0.1",
"minimist": "^1.2.0",
"new-array": "^1.0.0",
"array-equal": "^1.0.0",
"canvas-sketch": "0.0.27",
"canvas-sketch-cli": "^1.1.3",
"uniq": "^1.0.1"
},
"scripts": {
"test": "node test.js",
"update": "./cmd.js 100 > 100.json && ./cmd.js "
},
"keywords": [
"json",
"color",
"palette",
"palettes",
"nice",
"colors",
"tmp",
"asset",
"test",
"colour",
"colours",
"lover",
"colourlover",
"api",
"hex",
"rgb",
"palettes"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/nice-color-palettes.git"
},
"homepage": "https://github.com/Jam3/nice-color-palettes",
"bugs": {
"url": "https://github.com/Jam3/nice-color-palettes/issues"
}
}