ryb-color-mixer
Version:
Mix colors as expected in real life (subtractive) in javascript.
33 lines (32 loc) • 749 B
JSON
{
"name": "ryb-color-mixer",
"version": "0.6.1",
"description": "Mix colors as expected in real life (subtractive) in javascript.",
"main": "ryb-color-mixer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/camme/ryb-color-mixer.git"
},
"keywords": [
"color",
"mixer",
"rgb",
"ryb"
],
"author": "Camilo Tapia <camilo.tapia@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/camme/ryb-color-mixer/issues"
},
"homepage": "https://github.com/camme/ryb-color-mixer",
"devDependencies": {
"mocha": "~1.17.1",
"should": "~3.1.3"
},
"dependencies": {
"ryb2rgb": "0.0.0"
}
}