hexo-deployer-tcb
Version:
TCB deployer plugin for Hexo
35 lines (34 loc) • 758 B
JSON
{
"name": "hexo-deployer-tcb",
"version": "1.0.3",
"description": "TCB deployer plugin for Hexo",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@cloudbase/manager-node": "^3.1.1",
"chalk": "^1.1.3",
"hexo-fs": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teng/hexo-deployer-tcb.git"
},
"keywords": [
"hexo-deployer",
"TCB",
"CloudBase",
"tencent"
],
"author": "Teng",
"license": "MIT",
"bugs": {
"url": "https://github.com/Teng/hexo-deployer-tcb/issues"
},
"homepage": "https://github.com/Teng/hexo-deployer-tcb#readme"
}