我智商爆棚
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
520 B

{
"name": "sftp",
"version": "0.0.1",
"description": "本地文件夹上传远端",
"author": "Cocos Creator",
"main": "main.js",
"main-menu": {
"i18n:MAIN_MENU.package.title/远程包上传2.0": {
"message": "sftp:open-panel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "远程包上传2.0",
"width": 430,
"height": 300,
"min-width": 430,
"max-width": 430
},
"dependencies": {
"archiver": "^5.1.0",
"ssh2": "^0.8.9"
}
}