first commit
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "monster",
|
||||
"version": "1.0.5",
|
||||
"description": "Control module Monsternamekast",
|
||||
"main": "monster.js",
|
||||
"scripts": {
|
||||
"test": "node monster.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/brabantsedelta/typicals.git"
|
||||
},
|
||||
"keywords": [
|
||||
"monster",
|
||||
"node-red"
|
||||
],
|
||||
"author": "R. De Ren / S. Fijnje",
|
||||
"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": {
|
||||
"monster": "monster.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user