-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 928 Bytes
/
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
{
"name": "node-red-contrib-schneider-powerlogic",
"version": "1.0.13",
"description": "A Node-RED nodes to read Schneider PowerLogic series over Modbus TCP/IP.",
"author": "Nicolò Toscani",
"license": "MIT",
"node-red": {
"nodes": {
"pm3000": "pm3000.js",
"pm5000": "pm5000.js",
"iem300": "iem3000.js",
"powertag": "powertag.js",
"smartlink": "smartlink.js",
"converter": "converter.js"
}
},
"main": "pm3000.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"schneider",
"pm3000",
"pm5000"
],
"homepage": "https://github.com/NicoloToscani/node-red-contrib-schneider-powerlogic#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/NicoloToscani/node-red-contrib-schneider-powerlogic.git"
},
"dependencies": {},
"directories": {
"doc": "docs"
}
}