hexo-deployer-huaweicloud-obs
Version:
huaweicloud obs deployer plugin of Hexo.
32 lines (31 loc) • 719 B
JSON
{
"name": "hexo-deployer-huaweicloud-obs",
"version": "1.0.0",
"description": "huaweicloud obs deployer plugin of Hexo.",
"repository": {
"type": "git",
"url": "git+https://github.com/ruanxinyu/hexo-deployer-huaweicloud-obs.git"
},
"homepage": "http://blog.ruanxinyu.cn",
"keywords": [
"hexo",
"huaweicloud-obs",
"deploy",
"deployer"
],
"main": "index",
"author": "ruanxinyu",
"license": "MIT",
"dependencies": {
"huaweicloud-obs-sync": "^1.0.0"
},
"bugs": {
"url": "https://github.com/ruanxinyu/hexo-deployer-huaweicloud-obs/issues"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}