forked from icetee/remote-ftp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 967 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
{
"name": "Remote-FTP",
"main": "./lib/remote-ftp",
"version": "1.1.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": ">=0.204.0 <2.0.0"
},
"consumedServices": {
"file-icons.element-icons": {
"versions": {
"1.0.0": "consumeElementIcons"
}
}
},
"dependencies": {
"@icetee/ftp": "^0.3.11",
"atom-space-pen-views": "^2.2.0",
"chokidar": "^1.6.1",
"event-kit": "^2.3.0",
"fs-plus": "^3.0.1",
"ignore": "^3.2.0",
"ssh-config": "^1.0.1",
"ssh2": "^0.5.4",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0"
}
}