2016-04-24 21:47:26 +00:00
|
|
|
{
|
|
|
|
"name": "smartssh",
|
2016-04-25 03:24:13 +00:00
|
|
|
"version": "1.0.1",
|
2016-04-24 21:47:26 +00:00
|
|
|
"description": "setups SSH quickly and in a painless manner",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/pushrocks/smartssh.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SSH",
|
|
|
|
"ENV",
|
|
|
|
"base64"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pushrocks/smartssh/issues"
|
|
|
|
},
|
2016-04-25 02:06:20 +00:00
|
|
|
"homepage": "https://github.com/pushrocks/smartssh#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"beautylog": "^4.1.2",
|
|
|
|
"fs-extra": "^0.28.0",
|
|
|
|
"js-base64": "^2.1.9",
|
|
|
|
"smartfile": "^3.0.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"npmts": "^5.0.4",
|
|
|
|
"should": "^8.3.1"
|
|
|
|
}
|
2016-04-24 21:47:26 +00:00
|
|
|
}
|