ssh-config-parser
Version:
an ssh-config parser
28 lines (27 loc) • 567 B
JSON
{
"name": "ssh-config-parser",
"version": "0.0.0",
"description": "an ssh-config parser",
"main": "index.js",
"scripts": {
"test": "tap tests/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/CrowdProcess/node-ssh-config-parser.git"
},
"keywords": [
"ssh-config",
"ssh",
"config",
"parser"
],
"author": "Igor Soarez <igorsoarez@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CrowdProcess/node-ssh-config-parser/issues"
},
"devDependencies": {
"tap": "~0.4.4"
}
}