消除我特牛
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.
 
 
 
 
 
xiaochuwoteniu/packages/ccc-apk/package.json

25 lines
513 B

{
"name": "ccc-apk",
"version": "0.0.1",
"description": "Apk打包配置工具",
"author": "Cocos Creator",
"main": "main.js",
"main-menu": {
"i18n:MAIN_MENU.package.title/Apk打包配置": {
"message": "ccc-apk:open-panel"
}
},
"panel": {
"main": "panel/index.js",
"type": "dockable",
"title": "Apk打包配置",
"width": 430,
"height": 420,
"min-width": 430,
"max-width": 430
},
"dependencies": {
"archiver": "^5.1.0",
"ssh2": "^0.8.9"
}
}