mirror of https://github.com/jkjoy/sunpeiwen.git
29 lines
607 B
JSON
29 lines
607 B
JSON
{
|
|
"name": "hexo-deployer-sftp",
|
|
"version": "0.4.1",
|
|
"description": "SFTP deployer for Hexo",
|
|
"main": "index",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lucascaro/hexo-deployer-sftp.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lucascaro/hexo-deployer-sftp/issues"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"sftp",
|
|
"sync",
|
|
"deploy",
|
|
"deployer"
|
|
],
|
|
"author": "Lucas Caro <lucascaro@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sftp-sync-deploy": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hexo": "^3.8.3"
|
|
}
|
|
}
|