convert-grades
Version:
Converts any temperature to Celsius, Fahrenheit and Kelvin
31 lines (30 loc) • 698 B
JSON
{
"name": "convert-grades",
"version": "0.1.3",
"description": "Converts any temperature to Celsius, Fahrenheit and Kelvin",
"main": "dist/src/index.js",
"scripts": {
"build": "babel src/index.js -d dist",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jousmo/convert-grades.git"
},
"keywords": [
"converts",
"grades",
"temperature",
"celcius",
"fahrenheit",
"kelvin"
],
"author": "Jose Uscanga <jousmo@outlook.com> (https://twitter.com/jousmo)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.1",
"mocha": "^3.5.0"
}
}