forked from sveale/remote-edit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.59 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
61
62
63
64
{
"name": "remote-edit-ni",
"main": "./lib/main.coffee",
"version": "3.6.0",
"description": "Edit remote files using SSH/FTP. Remote-edit-ni is a continuation of the abandoned remote-edit package (the suffix -ni reffering to the newinnovations fork). It is compatible with the latest version of atom (1.41.x at the time of writing) and contains a lot of new features.",
"homepage": "https://github.com/newinnovations/remote-edit-ni",
"repository": {
"type": "git",
"url": "https://github.com/newinnovations/remote-edit-ni.git"
},
"bugs": {
"url": "https://github.com/newinnovations/remote-edit-ni/issues"
},
"license": "MIT",
"author": {
"name": "Sverre Aleksandersen",
"email": "[email protected]"
},
"contributors": [
{
"name": "Martin van der Werff",
"email": "[email protected]"
}
],
"engines": {
"atom": ">=1.2.3 <2.0.0"
},
"dependencies": {
"ftp": ">=0.3.7",
"async": "<2.0.0",
"file-size": ">=0.0.5",
"moment": ">=2.7.0",
"ssh2": "~0.4.7",
"serializable": ">=1.0.0",
"string-hash": ">=1.1.0",
"osenv": ">=0.1.0",
"underscore-plus": ">=1.5.0",
"fs-plus": ">=2.2.3",
"q": ">=1.0.1",
"atom-space-pen-views": "^2.0.3",
"mkdirp": "~0.5.1",
"upath": "~0.1.6",
"temp": ">=0.8.3",
"rwlock": ">=5.0.0"
},
"optionalDependencies": {
"keytar": "~3.0.0",
"platform-folders": ">=0.4.1"
},
"devDependencies": {
"temp": "*"
},
"keywords": [
"atom",
"package",
"sftp",
"ssh",
"scp",
"ftp",
"remote",
"edit",
"sync"
]
}