-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
25 lines (25 loc) · 848 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
{
"name": "bigeyex.brackets-sftp-upload",
"title": "SFtpUpload",
"description": "Upload changed files in your project to a server via SFTP(SCP)/FTP, you have total control over which to upload through the changed files panel.\nContributors: danielkratz, mhentgesarrow, dedo1911, swengmatt, M1szelek, dennistobar, zarnivoop, Antoine SARRAZIN, marioletta, elvis-pereira",
"homepage": "https://github.com/bigeyex/brackets-sftp-upload",
"keywords":["sftp","ftp","sync", "upload", "uploader"],
"version": "1.3.11",
"author": "Wang Yu <[email protected]> (http://www.mit.edu/~wangyu/)",
"license": "MIT",
"engines": {
"brackets": ">=0.24.0"
},
"i18n": [
"en",
"it",
"de",
"zh",
"es",
"pl",
"sv",
"fr",
"et",
"pt"
]
}