forked from Experience-Monks/nice-color-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.06 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
{
"name": "nice-color-palettes",
"version": "1.0.1",
"description": "nice colour palettes as JSON",
"main": "./100.json",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"map-limit": "0.0.1",
"minimist": "^1.2.0",
"new-array": "^1.0.0",
"xhr-request": "^1.0.1"
},
"devDependencies": {},
"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"
},
"bin": {
"nice-color-palettes": "./bin/index.js"
}
}