-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 838 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
{
"name": "chameleon-js",
"version": "2.0.0",
"description": "Javascript Library to handle Color calculations",
"main": "Chameleon.js",
"repository": {
"type": "git",
"url": "https://github.com/sgarza/Chameleon.git"
},
"keywords": [
"color",
"colors",
"hue",
"saturation",
"triadic",
"analogous",
"color-manipulation",
"color-palette",
"legibility"
],
"author": "Sergio de la Garza <sergio.delagarza@gmail.com>",
"contributors": [
{
"name": "Fernando Trasviña",
"email": "trasvina@gmail.com"
},
{
"name": "Noel Delgado",
"email": "pixelia.me@gmail.com"
}
],
"bugs": {
"url": "https://github.com/sgarza/Chameleon/issues"
},
"homepage": "https://github.com/sgarza/Chameleon",
"dependencies": {
"neon": "^2.0.0"
}
}