forked from hrhrprasath/node-red-contrib-iot-virtual-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"repository": {
"type": "git",
"url": "https://github.com/ibm-watson-iot/node-red-contrib-iot-virtual-device"
},
"readmeFilename": "README.md",
"author": {
"name": "Avraham Shalev",
"email": "[email protected]"
},
"name": "node-red-contrib-iot-virtual-device",
"description": "A set of nodes to help you create simulated IoT devices connected to IBM Watson IoT Platform.",
"version": "0.1.3",
"keywords": [
"node-red",
"IoT",
"Watson",
"Virtual devices",
"Simulation",
"Simulated"
],
"dependencies": {
"underscore": "1.8.3",
"chance": "1.0.4"
},
"license": "Apache-2.0",
"node-red": {
"nodes": {
"start virtual device": "nodes/15virtual-device-start.js",
"stop virtual device": "nodes/18virtual-device-stop.js",
"device function": "nodes/30virtual-device-function.js",
"generate event": "nodes/40virtual-device-gen-event.js",
"set properties": "nodes/50virtual-device-set-properties.js",
"device listener": "nodes/60virtual-device-monitor.js",
"Device Schema": "nodes/virtual-device-schema.js"
}
}
}