21 lines
436 B
JSON
21 lines
436 B
JSON
{
|
|
"name": "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/deployer"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"commander": "^3.0.1",
|
|
"deepmerge": "^4.0.0",
|
|
"node-ssh": "^6.0.0"
|
|
}
|
|
}
|