2016-04-24 21:47:26 +00:00
|
|
|
{
|
|
|
|
"name": "smartssh",
|
2016-06-26 14:16:28 +00:00
|
|
|
"version": "1.1.5",
|
2016-04-24 21:47:26 +00:00
|
|
|
"description": "setups SSH quickly and in a painless manner",
|
|
|
|
"main": "dist/index.js",
|
2016-06-01 03:18:08 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-04-24 21:47:26 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-13 22:33:59 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/smartssh.git"
|
2016-04-24 21:47:26 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SSH",
|
|
|
|
"ENV",
|
|
|
|
"base64"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-13 22:33:59 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartssh/issues"
|
2016-04-24 21:47:26 +00:00
|
|
|
},
|
2016-06-13 22:33:59 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartssh#readme",
|
2016-04-25 02:06:20 +00:00
|
|
|
"dependencies": {
|
2016-06-24 00:49:55 +00:00
|
|
|
"beautylog": "^5.0.12",
|
2016-05-31 16:48:46 +00:00
|
|
|
"fs-extra": "^0.30.0",
|
2016-04-25 02:06:20 +00:00
|
|
|
"js-base64": "^2.1.9",
|
2016-06-24 00:49:55 +00:00
|
|
|
"minimatch": "^3.0.2",
|
2016-06-25 00:53:05 +00:00
|
|
|
"q": "^1.4.1",
|
2016-06-26 02:23:45 +00:00
|
|
|
"shelljs": "^0.7.0",
|
2016-06-24 18:58:55 +00:00
|
|
|
"smartfile": "^4.0.5",
|
2016-06-01 00:31:29 +00:00
|
|
|
"smartpath": "^3.2.2",
|
2016-05-31 16:48:46 +00:00
|
|
|
"typings-global": "^1.0.3",
|
|
|
|
"typings-test": "^1.0.1"
|
2016-04-25 02:06:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-13 21:26:36 +00:00
|
|
|
"npmts-g": "^5.2.6",
|
|
|
|
"should": "^9.0.2"
|
2016-04-25 02:06:20 +00:00
|
|
|
}
|
2016-04-24 21:47:26 +00:00
|
|
|
}
|