first commit
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "valve",
|
||||
"version": "0.0.1",
|
||||
"description": "Control module valve",
|
||||
"main": "valve.js",
|
||||
"scripts": {
|
||||
"test": "node valve.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.centraal.wbd-rd.nl/RnD/valve.git"
|
||||
},
|
||||
"keywords": [
|
||||
"valve",
|
||||
"node-red"
|
||||
],
|
||||
"author": "Rene De Ren / Janneke Tack",
|
||||
"license": "SEE LICENSE",
|
||||
"dependencies": {
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||
"convert": "git+https://gitea.centraal.wbd-rd.nl/RnD/convert.git"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"valve": "valve.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user