grunt-async-ssh-exec
Version:
grunt async ssh exec shell commands
41 lines • 1.15 kB
JSON
{
"name": "grunt-async-ssh-exec",
"description": "grunt async ssh exec shell commands",
"version": "0.1.3",
"homepage": "https://github.com/yale8848/grunt-async-ssh-exec.git",
"author": {
"name": "yale8848",
"email": "royal8848@163.com",
"url": "https://yale.ren"
},
"repository": {
"type": "git",
"url": "https://github.com/yale8848/grunt-async-ssh-exec.git"
},
"bugs": {
"url": "https://github.com/yale8848/grunt-async-ssh-exec/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/yale8848/grunt-async-ssh-exec.git/blob/master/LICENSE-MIT"
}],
"engines": {
"node": ">= 7.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"ssh2": "^0.5.4",
"log4js": "^1.1.1"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin", "grunt", "ssh", "deploy", "async", "mutil", "exec", "shell"
]
}