@gregoriusrippenstein/node-red-contrib-introspection 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +14 -7
package/package.json CHANGED
@@ -1,18 +1,24 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/node-red-contrib-introspection",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "dependencies": {
5
5
  "got": "latest"
6
6
  },
7
+
7
8
  "keywords": [
8
- "node-red", "introspection", "selfreflection"
9
+ "node-red",
10
+ "introspection",
11
+ "selfreflection",
12
+ "node-red-editor"
9
13
  ],
10
- "homepage": "https://github.com/gorenje/node-red-contrib-introspection#README.md",
14
+
15
+ "homepage": "https://github.com/gorenje/node-red-contrib-introspection#readme",
11
16
  "license": "SEE LICENSE IN https://github.com/gorenje/node-red-contrib-introspection/blob/main/LICENSE",
12
17
  "author": "Gerrit Riessen <nodered@spreads-the.love> (https://spread-the.love)",
13
18
  "engines": {
14
- "node": ">=16"
19
+ "node": ">=8"
15
20
  },
21
+
16
22
  "node-red": {
17
23
  "version": ">=2.0.0",
18
24
  "plugins": {
@@ -27,17 +33,18 @@
27
33
  "clientcode": "nodes/60-client-code.js"
28
34
  }
29
35
  },
36
+
30
37
  "description": "Node-RED Editor-only nodes for introspecting with flows in the frontend.",
31
- "directories": {
32
- "example": "examples"
33
- },
38
+
34
39
  "scripts": {
35
40
  "test": "echo \"Error: no test specified\" && exit 1"
36
41
  },
42
+
37
43
  "repository": {
38
44
  "type": "git",
39
45
  "url": "https://github.com/gorenje/node-red-contrib-introspection.git"
40
46
  },
47
+
41
48
  "bugs": {
42
49
  "url": "https://github.com/gorenje/node-red-contrib-introspection/issues"
43
50
  }