26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "wo-base-deployer",
|
|
"version": "1.0.0",
|
|
"description": "Deploy files to SSH or GIT servers",
|
|
"main": "deploy.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.faronear.org/npm/wo-base-deployer"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wo-base-envar": "git+https://git.faronear.org/npm/wo-base-envar",
|
|
"bluebird": "^3.5.5",
|
|
"chalk": "^2.4.2",
|
|
"hexo-fs": "^3.1.0",
|
|
"hexo-util": "^2.5.0",
|
|
"moment": "^2.24.0",
|
|
"node-ssh": "^8.0.0",
|
|
"swig-templates": "^2.0.3"
|
|
}
|
|
}
|