smartssh/package.json
2017-06-15 17:53:24 +02:00

45 lines
1.0 KiB
JSON

{
"name": "smartssh",
"version": "1.2.2",
"description": "setups SSH quickly and in a painless manner",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/smartssh.git"
},
"keywords": [
"SSH",
"ENV",
"base64"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartssh/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartssh#readme",
"dependencies": {
"@types/fs-extra": "3.0.3",
"@types/js-base64": "^2.1.5",
"@types/minimatch": "^2.0.29",
"@types/q": "1.0.0",
"@types/shelljs": "^0.7.2",
"beautylog": "^6.1.10",
"fs-extra": "^3.0.1",
"minimatch": "^3.0.4",
"q": "^1.5.0",
"shelljs": "^0.7.8",
"smartfile": "^4.2.17",
"smartpath": "^3.2.8",
"smartstring": "^2.0.24",
"typings-global": "^1.0.17"
},
"devDependencies": {
"tapbundle": "^1.0.14"
}
}