forked from h3imdall/ftp-remote-edit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ftp-remote-edit",
"main": "./lib/ftp-remote-edit",
"version": "0.12.21",
"description": "Edit remotely files on your ftp/sftp(ssh) server without a project. All your connection information will be encrypted.",
"keywords": [
"ftp",
"sftp",
"remote",
"encrypt"
],
"repository": "https://github.com/h3imdall/ftp-remote-edit.git",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"@icetee/ftp": "0.3.11",
"atom-select-list": "^0.3.0",
"atom-space-pen-views": "^2.2.0",
"fs-plus": "^3.0.0",
"fuzzaldrin": "^2.1.0",
"fuzzaldrin-plus": "^0.5.0",
"key-path-helpers": "^0.4.0",
"md5": "^2.2.1",
"minimatch": "^3.0.2",
"progress-stream": "^2.0.0",
"season": "^6.0.1",
"short-hash": "^1.0.0",
"ssh2": "^0.5.5"
},
"consumedServices": {
"file-icons.element-icons": {
"versions": {
"1.0.0": "consumeElementIcons"
}
}
},
"providedServices": {
"ftp-remote.openFile": {
"versions": {
"0.1.0": "openRemoteFile"
}
},
"ftp-remote.getCurrentServerConfig": {
"versions": {
"0.1.0": "getCurrentServerConfig"
}
},
"ftp-remote.getCurrentServerName": {
"versions": {
"0.1.0": "getCurrentServerName"
}
}
},
"uriHandler": {
"method": "handleURI",
"deferActivation": false
}
}