-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 867 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
{
"name": "node-red-contrib-sftpco",
"version": "1.0.17",
"description": "Node red contrib for CRUD operations on SFTP server, wrapper for ssh2-sftp-client",
"main": "node-red-sftpco.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"node-red-sftpco.js": "node-red-sftpco.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatoldsun00/node-red-contrib-sftpco.git"
},
"keywords": [
"nodered",
"node-red",
"node red",
"sftp",
"ssh ftp",
"ftp ssh"
],
"author": "FatOldSun",
"license": "ISC",
"bugs": {
"url": "https://github.com/fatoldsun00/node-red-contrib-sftpco/issues"
},
"homepage": "https://github.com/fatoldsun00/node-red-contrib-sftpco#readme",
"dependencies": {
"ssh2-sftp-client": "^5.1.2"
}
}