-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 651 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 651 Bytes
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
{
"name": "node-red-contrib-bigssh",
"version": "1.2.9",
"description": "A Big SSH",
"dependencies": {
"event-stream": "^3.3.2",
"ssh2": "^0.5.0",
"node-red-biglib": "^1.2.0"
},
"keywords": [
"node-red"
],
"node-red": {
"nodes": {
"bigssh": "bigssh/bigssh.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Jacques44/node-red-contrib-bigssh"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Jacques44/node-red-contrib-bigssh/issues"
},
"homepage": "https://github.com/Jacques44/node-red-contrib-bigssh",
"_id": "node-red-contrib-bigssh@1.2.8"
}