20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"name": "general-functions",
|
|
"version": "1.0.0",
|
|
"description": "General utility functions used across multiple Node-RED modules",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
|
|
},
|
|
"keywords": [
|
|
"utilities",
|
|
"common",
|
|
"node-red"
|
|
],
|
|
"author": "Rene de Ren",
|
|
"license": "SEE LICENSE"
|
|
} |