| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "terminus-ssh",
- "version": "1.0.99-nightly.0",
- "description": "SSH connection manager for Terminus",
- "keywords": [
- "terminus-builtin-plugin"
- ],
- "main": "dist/index.js",
- "typings": "typings/index.d.ts",
- "scripts": {
- "build": "webpack --progress --color",
- "watch": "webpack --progress --color --watch"
- },
- "files": [
- "dist"
- ],
- "author": "Eugene Pankov",
- "license": "MIT",
- "devDependencies": {
- "@types/node": "12.7.3",
- "@types/ssh2": "^0.5.35",
- "ssh2": "^0.8.2",
- "ssh2-streams": "^0.4.2",
- "sshpk": "^1.16.1",
- "terminus-terminal": "^1.0.98-nightly.0"
- },
- "peerDependencies": {
- "@angular/common": "^7",
- "@angular/core": "^7",
- "@angular/forms": "^7",
- "@ng-bootstrap/ng-bootstrap": "^1",
- "rxjs": "^5",
- "terminus-core": "*",
- "terminus-settings": "*",
- "terminus-terminal": "*"
- }
- }
|