smartssh/package.json
2016-04-25 04:06:20 +02:00

35 lines
729 B
JSON

{
"name": "smartssh",
"version": "1.0.0",
"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"
},
"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"
}
}