UNPKG

tabby-sftp-tab

Version:

Plugin that allows you to open sftp tab like SecureCRT

60 lines (59 loc) 1.51 kB
{ "name": "tabby-sftp-tab", "version": "1.0.7", "description": "Plugin that allows you to open sftp tab like SecureCRT", "keywords": [ "tabby-plugin", "tabby" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "webpack --progress --color", "watch": "webpack --progress --color --watch", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "author": { "name": "wljince007", "email": "liangwang007@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/wljince007/tabby-sftp-tab.git" }, "bugs": { "url": "https://github.com/wljince007/tabby-sftp-tab/issues" }, "homepage": "https://github.com/wljince007/tabby-sftp-tab", "dependencies": { "rxjs": "^6.6.7", "tabby-core": "^1.0.156", "tabby-settings": "^1.0.156", "tabby-terminal": "^1.0.156" }, "devDependencies": { "@angular/common": "^12.0.0", "@angular/core": "^12.0.0", "@angular/forms": "^12.0.0", "@ng-bootstrap/ng-bootstrap": "^2.2.0", "js-yaml": "^4.0.0", "yaml-loader": "0.8.0", "clone-deep": "^4.0.1", "@types/webpack-env": "^1.16.2", "apply-loader": "^2.0.0", "css-loader": "^6.3.0", "node-sass": "^6.0.1", "pug": "^2.0.4", "pug-loader": "^2.4.0", "sass-loader": "^12.1.0", "style-loader": "^3.3.0", "ts-loader": "^9.4.4", "typescript": "^4.9.5", "webpack": "^5.88.1", "webpack-cli": "^4.10.0" } }