@bartbutenaers/node-red-autolayout-sidebar
Advanced tools
Comparing version 0.0.1 to 0.0.2
/** | ||
* Copyright 2023 Bart Butenaers | ||
* Copyright 2023 Bart Butenaers & Gerrit Riessen | ||
* | ||
@@ -4,0 +4,0 @@ * Licensed under the Apache License, Version 2.0 (the "License"); |
{ | ||
"name": "@bartbutenaers/node-red-autolayout-sidebar", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A sidebar plugin for Node-RED to offer auto-layouting", | ||
@@ -12,2 +12,8 @@ "dependencies": { | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Gerrit Riessen", | ||
"url": "https://github.com/gorenje" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
@@ -18,3 +24,3 @@ "keywords": ["node-red", "auto", "layout", "graph", "sidebar"], | ||
}, | ||
"homepage": "https://github.com/bartbutenaers/node-red-autolayout-sidebar", | ||
"homepage": "https://github.com/bartbutenaers/node-red-autolayout-sidebar#readme", | ||
"repository": { | ||
@@ -27,3 +33,7 @@ "type": "git", | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"node-red": { | ||
"version": ">=2.0.0", | ||
"nodes": { | ||
@@ -30,0 +40,0 @@ "auto_layout_config": "auto_layout_config.js" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51530