tempconv
Version:
Simple temperature unit converter. Converts between °C, °F and K easily.
26 lines • 464 B
JSON
{
"name": "tempconv",
"version": "1.1.0",
"description": "",
"main": "./lib/index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Temperature",
"Converter",
"Temp",
"Convert",
"Units",
"Conversion",
"Celsius",
"Fahrenheit",
"Kelvin"
],
"author": "Rage0us",
"license": "ISC"
}