rothko
Version:
what color is your landscape
34 lines (33 loc) • 703 B
JSON
{
"name": "colorchip",
"version": "0.0.0",
"description": "color list and converted using chroma.js ",
"main": "dist/colorchip.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeakd/colorchip.js.git"
},
"keywords": [
"color",
"convert",
"chroma",
"rgb",
"hsv",
"lch",
"lab",
"array",
"list"
],
"author": "zeakd <stuzeakd@kaist.ac.kr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeakd/colorchip.js/issues"
},
"homepage": "https://github.com/zeakd/colorchip.js#readme",
"dependencies": {
"chroma-js": "^1.1.1"
}
}