temp-color
Version:
Convert any quantity to RGB color
36 lines (35 loc) • 825 B
JSON
{
"name": "temp-color",
"version": "1.1.3",
"description": "Convert any quantity to RGB color",
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "jest --collectCoverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szymslo/temp-color.git"
},
"keywords": [
"temperature",
"celsius",
"fahrenheit",
"color",
"rgb"
],
"author": "szymslo",
"license": "MIT",
"bugs": {
"url": "https://github.com/szymslo/temp-color/issues"
},
"homepage": "https://github.com/szymslo/temp-color#readme",
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"jest": "^26.6.3"
}
}