-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 KB
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
{
"name": "node-red-system-node",
"version": "1.0.0",
"description": "A node describing the functionality held within the ThingDirectory for a WoT system",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "node \"test/**/*_spec.js\""
},
"author": "",
"license": "ISC",
"node-red": {
"nodes": {
"system-action-node": "system-action-node.js",
"system-event-node": "system-event-node.js",
"system-property-node": "system-property-node.js"
}
},
"devDependencies": {
"node-red": "^3.1.6",
"node-red-node-test-helper": "^0.3.3"
},
"dependencies": {
"@node-wot/td-tools": "^0.8.12",
"@node-wot/binding-coap": "^0.8.10",
"@node-wot/binding-http": "^0.8.10",
"@node-wot/binding-modbus": "^0.8.10",
"@node-wot/binding-mqtt": "^0.8.10",
"@node-wot/binding-opcua": "^0.8.10",
"@node-wot/binding-websockets": "^0.8.10",
"@node-wot/core": "^0.8.10"
}
}