-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "remote-ftp",
"main": "./lib/remote-ftp",
"version": "2.2.4",
"description": "Enable browsing remote FTP/FTPS/SFTP just like the built-in Tree View. Requires a project.",
"activationCommands": [],
"repository": "https://github.com/icetee/remote-ftp",
"license": "MIT",
"engines": {
"atom": ">=1.22.1 <2.0.0"
},
"consumedServices": {
"file-icons.element-icons": {
"versions": {
"1.0.0": "consumeElementIcons"
}
},
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"dependencies": {
"@icetee/ftp": "^1.0.7",
"atom-space-pen-views": "^2.2.0",
"cson-parser": "^3.0.0",
"event-kit": "^2.5.3",
"fs-plus": "^3.1.1",
"ignore": "^4.0.6",
"ssh-config": "^3.0.0",
"ssh2": "^0.8.7",
"ssh2-streams": "^0.4.8",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
}
}