37 lines
843 B
JSON
37 lines
843 B
JSON
{
|
|
"name": "node-red-contrib-mikrotik3",
|
|
"version": "0.1.2",
|
|
"description": "Node based on nodered-contrib-mikrotik to work with Mikrotik devices",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Alexander Pivovarov <pivovarov@gmail.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Emanuele Trabattoni",
|
|
"email": "ema.trabattoni@gmail.com"
|
|
}
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"mikrotik": "mikrotik.js"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"node-red"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mikronode-ng": "^1.0.5"
|
|
},
|
|
"main": "mikrotik.js",
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.etss.it/ETSS/nodered-contrib-mikrotik.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.etss.it/ETSS/nodered-contrib-mikrotik.git/issues"
|
|
}
|
|
}
|