mirror of https://github.com/jkjoy/sunpeiwen.git
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
||
"name": "hexo-deployer-cos-cdn",
|
||
"version": "1.7.1",
|
||
"description": "Deploy Hexo to Aliyun OSS, Tencent COS, etc. and purge the CDN cache. | Hexo部署插件,支持将静态博客发布到腾讯、阿里等云对象存储中,并同步刷新被更新文件的CDN缓存。",
|
||
"homepage": "https://www.lixl.cn/2020/020936412.html",
|
||
"main": "index",
|
||
"author": "悟尘 <me@lixl.cn> (http://lixl.cn)",
|
||
"bugs": {
|
||
"url": "https://github.com/lxl80/hexo-deployer-cos-cdn/issues"
|
||
},
|
||
"bundleDependencies": false,
|
||
"dependencies": {
|
||
"ali-oss": "^6.5.1",
|
||
"@alicloud/pop-core": "1.7.9",
|
||
"chalk": "^2.3.0",
|
||
"cos-nodejs-sdk-v5": "^2.4.3",
|
||
"hexo-fs": "^0.2.2",
|
||
"lodash": "^4.17.2",
|
||
"request": "^2.79.0",
|
||
"utility": "^1.9.0"
|
||
},
|
||
"deprecated": false,
|
||
"keywords": [
|
||
"hexo",
|
||
"deploy",
|
||
"upload",
|
||
"cdn",
|
||
"tencent",
|
||
"cos",
|
||
"aliyun",
|
||
"oss",
|
||
"netlify"
|
||
],
|
||
"license": "MIT",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/lxl80/hexo-deployer-cos-cdn.git"
|
||
},
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
}
|
||
}
|