Add v1.2-dev branch
增加1.2开发分支
Showing
{ | { | ||
"name": "antsword", | "name": "antsword", | ||
"version": "1.1.2", | "version": "1.2.0", | ||
"description": "中国蚁剑是一款跨平台的开源网站管理工具", | "description": "中国蚁剑是一款跨平台的开源网站管理工具", | ||
"main": "app.js", | "main": "app.js", | ||
"dependencies": { | "dependencies": { | ||
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
"nugget": "^2.0.0", | "nugget": "^2.0.0", | ||
"superagent": "^1.6.1", | "superagent": "^1.6.1", | ||
"superagent-proxy": "^1.0.0", | "superagent-proxy": "^1.0.0", | ||
"through": "^2.3.8", | |||
"webpack": "^1.12.14" | "webpack": "^1.12.14" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | @@ -29,14 +30,11 @@ | ... | @@ -29,14 +30,11 @@ |
"type": "git", | "type": "git", | ||
"url": "https://github.com/antoor/antSword" | "url": "https://github.com/antoor/antSword" | ||
}, | }, | ||
"debug": false, | "debug": true, | ||
"update": { | "update": { | ||
"md5": "13f38b143dfabf90ea296269acd5b547", | "md5": "", | ||
"logs": "添加 PHP Custom Spy,及多个 Shell 样本\n增加文件管理中可执行文件的提示样式\n调整文件管理中任务面板默认折叠(当有任务时自动展开", | "logs": "", | ||
"sources": { | "sources": {} | ||
"coding.net": "https://coding.net/api/share/download/573ed38e-ab89-4b16-86ff-2d0d58517a3f", | |||
"github": "https://github.com/antoor/antSword/releases/download/1.1.2/update.zip" | |||
} | |||
}, | }, | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/antoor/antSword/issues" | "url": "https://github.com/antoor/antSword/issues" | ||
... | ... |
Please register or sign in to comment