Add project setup
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "liquidFlowHandler",
|
||||
"version": "0.0.1",
|
||||
"description": "Handler for multi-component flows",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.centraal.wbd-rd.nl/p.vanderwilt/liquidFlowHandler.git"
|
||||
},
|
||||
"keywords": [
|
||||
"process model",
|
||||
"node-red"
|
||||
],
|
||||
"license": "SEE LICENSE",
|
||||
"author": "P.R. van der Wilt",
|
||||
"main": "liquidFlowHandler.js",
|
||||
"scripts": {
|
||||
"test": "liquidFlowHandler.js"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"liquidFlowHandler": "liquidFlowHandler.js",
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git",
|
||||
"mathjs": "^14.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user