加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
Medicean 提交于 2019-12-04 17:27 . release v2.1.8.1
{
"name": "antsword",
"version": "2.1.8.1",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
"crypto-js": "^3.1.9-1",
"extract-zip": "^1.6.7",
"geoips": "0.0.1",
"iconv-lite": "^0.4.23",
"jschardet": "^1.6.0",
"marked": "^0.6.2",
"nedb": "^1.5.1",
"node-rsa": "^1.0.5",
"superagent": "^3.8.3",
"superagent-proxy": "^1.0.3",
"tar": "^4.4.6",
"through": "^2.3.8"
},
"scripts": {
"start": "AntSword app.js",
"build": "npm start"
},
"author": "antoor <u@uyu.us>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AntSwordProject/AntSword"
},
"update": {
"md5": "",
"logs": "",
"sources": {
"github": "https://github.com/AntSwordProject/antSword/releases/latest"
}
},
"bugs": {
"url": "https://github.com/AntSwordProject/AntSword/issues"
},
"homepage": "https://github.com/AntSwordProject/AntSword/"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化