-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 883 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
37
38
{
"name": "node-red-contrib-lftp",
"version": "0.3.0",
"description": "A node-red node that supports FTP(s) and SFTP file transfer",
"main": "lftp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travisghansen/node-red-contrib-lftp.git"
},
"keywords": [
"node-red",
"node",
"nodered",
"ftp",
"ftps",
"sftp",
"lftp"
],
"node-red": {
"nodes": {
"lftp": "lftp.js"
}
},
"author": "Travis Glenn Hansen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/travisghansen/node-red-contrib-lftp/issues"
},
"homepage": "https://github.com/travisghansen/node-red-contrib-lftp#readme",
"dependencies": {
"ftps": "^1.1.1",
"parse-listing": "^1.1.3",
"tmp": "0.0.33"
}
}