@priya_dev/celcius-to-fahrenheit
Version:
Converts Celcius to Fahrenheit
25 lines (24 loc) • 661 B
JSON
{
"name": "@priya_dev/celcius-to-fahrenheit",
"version": "3.0.1",
"description": "Converts Celcius to Fahrenheit",
"main": "index.js",
"readme": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Priya-tec-dev/celsius-to-fahrenheit.git"
},
"keywords": [
"npm",
"celcius-to-fahrenheit"
],
"author": "Priya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Priya-tec-dev/celsius-to-fahrenheit/issues"
},
"homepage": "https://github.com/Priya-tec-dev/celsius-to-fahrenheit#readme"
}