forked from icetee/remote-ftp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 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
{
"name": "Remote-FTP",
"main": "./lib/remote-ftp",
"version": "0.10.5",
"description": "Enable browsing remote FTP/FTPS/SFTP just like the built-in Tree View. Requires a project.",
"activationCommands": [],
"repository": "https://github.com/mgrenier/remote-ftp",
"license": "MIT",
"engines": {
"atom": ">=0.204.0 <2.0.0"
},
"consumedServices": {
"file-icons.element-icons": {
"versions": {
"1.0.0": "consumeElementIcons"
}
}
},
"dependencies": {
"atom-space-pen-views": "^2.2.0",
"chokidar": "^1.6.1",
"fs-plus": "^2.9.3",
"ftp": "^0.3.10",
"ignore": "^3.2.0",
"ssh2": "^0.5.4",
"strip-json-comments": "^2.0.1",
"theorist": "^1.0.2"
},
"devDependencies": {
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
}
}