rgb-lab
Version:
convert between rgb and L*a*b color spaces in javascript
28 lines • 651 B
JSON
{
"name": "rgb-lab",
"version": "1.0.0",
"description": "convert between rgb and L*a*b color spaces in javascript",
"main": "color.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calibr/rgb-lab.git"
},
"keywords": [
"rgb",
"lab",
"color",
"comparison"
],
"author": "Kevin Kwok <antimatter15@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/calibr/rgb-lab/issues"
},
"contributors": [
"calibr <awcalibr@gmail.com>"
],
"homepage": "https://github.com/calibr/rgb-lab#readme"
}