1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 14:14:24 +03:00
tabby/terminus-ssh/package.json

36 lines
816 B
JSON
Raw Normal View History

{
"name": "terminus-ssh",
2019-10-29 16:33:29 +03:00
"version": "1.0.93-nightly.0",
"description": "SSH connection manager for Terminus",
"keywords": [
"terminus-builtin-plugin"
],
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2019-10-26 20:10:52 +03:00
"@types/node": "12.7.3",
"@types/ssh2": "^0.5.35",
2019-06-07 23:52:41 +03:00
"ssh2": "^0.8.2",
"ssh2-streams": "^0.4.2"
},
"peerDependencies": {
"@angular/common": "^7",
"@angular/core": "^7",
"@angular/forms": "^7",
"@ng-bootstrap/ng-bootstrap": "^1",
"rxjs": "^5",
"terminus-core": "*",
"terminus-settings": "*",
"terminus-terminal": "*"
}
}