color-temperature
Version:
Kelvin color temperature to RGB convertor
31 lines (30 loc) • 757 B
JSON
{
"name": "color-temperature",
"version": "0.2.7",
"description": "Kelvin color temperature to RGB convertor",
"main": "index.js",
"private" : false,
"dependencies" : {},
"scripts": {
"test": "\"echo \"Error: no test specified\" && exit 1\""
},
"repository": {
"type": "git",
"url": "https://github.com/neilbartlett/color-temperature.git"
},
"keywords": [
"color",
"temperature",
"kelvin",
"colour",
"RGB",
"black body",
"spectrum"
],
"author": "Neil Bartlett <neil.e.bartlett@gmail.com> (http://neilbartlett.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neilbartlett/color-temperature/issues"
},
"homepage": "https://github.com/neilbartlett/color-temperature"
}