42 lines
924 B
JSON
42 lines
924 B
JSON
{
|
|
"name": "smartssh",
|
|
"version": "1.1.5",
|
|
"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": {
|
|
"beautylog": "^5.0.12",
|
|
"fs-extra": "^0.30.0",
|
|
"js-base64": "^2.1.9",
|
|
"minimatch": "^3.0.2",
|
|
"q": "^1.4.1",
|
|
"shelljs": "^0.7.0",
|
|
"smartfile": "^4.0.5",
|
|
"smartpath": "^3.2.2",
|
|
"typings-global": "^1.0.3",
|
|
"typings-test": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"npmts-g": "^5.2.6",
|
|
"should": "^9.0.2"
|
|
}
|
|
}
|