forked from RnD/generalFunctions
updates
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# convert
|
||||
|
||||
Makes unit conversions
|
||||
Makes unit conversions
|
||||
|
||||
#need to make an index to fetch the helper functions properly without destroying all the links.
|
||||
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user