@themythicalcoder/temperature-conversion
Version:
Used to Convert the temperature to Celsius,Kelvin,Fahrenheit and Rankine Scale.
20 lines (19 loc) • 445 B
JSON
{
"name": "@themythicalcoder/temperature-conversion",
"version": "1.0.0",
"description": "Used to Convert the temperature to Celsius,Kelvin,Fahrenheit and Rankine Scale.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Temperature",
"Conversion",
"Celsius",
"Kelvin",
"Fahrenheit",
"Rankine"
],
"author": "Rishikesh R",
"license": "ISC"
}