27 lines
602 B
JSON
27 lines
602 B
JSON
{
|
|
"name": "sol.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/sol.deployer"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.5",
|
|
"chalk": "^2.4.2",
|
|
"commander": "^3.0.1",
|
|
"deepmerge": "^4.0.0",
|
|
"hexo-fs": "^2.0.0",
|
|
"hexo-util": "^1.1.0",
|
|
"moment": "^2.24.0",
|
|
"node-ssh": "^8.0.0",
|
|
"swig-templates": "^2.0.3"
|
|
}
|
|
}
|