-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
56 lines (56 loc) · 1.17 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
{
"name": "remote-edit",
"main": "./lib/main.coffee",
"version": "1.9.0",
"description": "Browse and edit remote files using SFTP and FTP",
"homepage": "https://github.com/sveale/remote-edit",
"repository": {
"type": "git",
"url": "https://github.com/sveale/remote-edit.git"
},
"bugs": {
"url": "https://github.com/sveale/remote-edit/issues"
},
"license": "MIT",
"author": {
"name": "Sverre Aleksandersen",
"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"
},
"optionalDependencies": {
"keytar": "~3.0.0"
},
"devDependencies": {
"temp": "*"
},
"keywords": [
"atom",
"package",
"sftp",
"ssh",
"scp",
"ftp",
"remote",
"edit",
"sync"
]
}