node-red-contrib-convert-kitchen
Version:
A Node-RED node to convert units of measurement for cooking.
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "node-red-contrib-convert-kitchen",
"version": "1.0.4",
"description": "A Node-RED node to convert units of measurement for cooking.",
"main": "convert-kitchen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaroldPetersInskipp/node-red-contrib-convert-kitchen.git"
},
"keywords": [
"kitchen",
"convert",
"unit",
"measure",
"gallon",
"ounce",
"cup",
"quart",
"pint",
"tablespoon",
"teaspoon",
"oz",
"fractions",
"decimal",
"cooking",
"node-red"
],
"node-red" : {
"version": ">=1.3.5",
"nodes": {
"convert-kitchen": "convert-kitchen.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"author": {
"name": "Harold Peters Inskipp",
"email": "HaroldPetersInskipp@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HaroldPetersInskipp/node-red-contrib-convert-kitchen/issues"
},
"homepage": "https://github.com/HaroldPetersInskipp/node-red-contrib-convert-kitchen#readme"
}