-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "node-red-contrib-unide-ppmp",
"version": "1.1.2",
"description": "The Production Performance Management Protocol (PPMP) is a communication protocol for exchanging production-related data between industrial automation systems. It helps improve efficiency, reduce downtime, and enhance product quality by providing a standardized framework for data collection and analysis.",
"node-red": {
"version": ">=1.3.0",
"nodes": {
"ppmp measurement": "/measurement/ppmp-measurement.js",
"ppmp message": "/message/ppmp-message.js",
"ppmp process": "/process/ppmp-process.js",
"ppmp validation": "/validation/ppmp-validation.js"
}
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarianRaphael/node-red-contrib-unide-ppmp.git"
},
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"fs": "^0.0.2",
"path": "^0.12.7"
},
"keywords": [
"node-red",
"ppmp",
"unide",
"bosch"
],
"author": "MarianRaphael",
"license": "apache-2.0",
"bugs": {
"url": "https://github.com/MarianRaphael/node-red-contrib-unide-ppmp/issues"
},
"homepage": "https://github.com/MarianRaphael/node-red-contrib-unide-ppmp#readme"
}