forked from tiagordc/node-red-contrib-tcp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 806 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
{
"name": "node-red-contrib-tcp-client2",
"version": "1.1.2",
"description": "Dynamic TCP Client",
"node-red": {
"nodes": {
"tcp-client": "tcp-client.js",
"tcp-server": "tcp-server.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/jorgen-k/node-red-contrib-tcp-client2.git"
},
"keywords": [
"node-red",
"node",
"tcp",
"client",
"tcp-client"
],
"author": "Jörgen Karlsson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jorgen-k/node-red-contrib-tcp-client2/issues"
},
"homepage": "https://github.com/jorgen-k/node-red-contrib-tcp-client2#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^23.0.2"
}
}