temp-units-conv
Version:
Convert temperature units (Kelvin, Celsius, Fahrenheit), lib + CLI. Based on snippets by doug65536 and jesus666 on #Node.js.
38 lines (32 loc) • 1.01 kB
JSON
{ "name": "temp-units-conv",
"version": "1.0.2",
"description": "Convert temperature units (Kelvin, Celsius, Fahrenheit), lib + CLI. Based on snippets by doug65536 and jesus666 on #Node.js.",
"keywords": [
"temperature",
"heat",
"unit",
"unit of measurement",
"units",
"units of measurement",
"celsius",
"fahrenheit",
"kelvin"
],
"author": "M.K. (https://github.com/mk-pmb)",
"homepage": "https://github.com/mk-pmb/temp-units-conv-node/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mk-pmb/temp-units-conv-node.git"
},
"bugs": {
"url": "https://github.com/mk-pmb/temp-units-conv-node/issues"
},
"private": false, "license": "MIT",
"main": "conversions.js",
"bin": { "tempconv": "./tempconv.cli.js" },
"scripts": { "test": "bash test/verify_readme_demo.sh" },
"directories": { "test": "test" },
"dependencies": {},
"devDependencies": {},
"npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}