smartssh/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2016-04-24 21:47:26 +00:00
{
"name": "smartssh",
2017-06-15 15:53:24 +00:00
"version": "1.2.2",
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",
"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": {
"url": "https://gitlab.com/pushrocks/smartssh/issues"
2016-04-24 21:47:26 +00:00
},
"homepage": "https://gitlab.com/pushrocks/smartssh#readme",
2016-04-25 02:06:20 +00:00
"dependencies": {
2017-06-15 15:52:22 +00:00
"@types/fs-extra": "3.0.3",
2016-11-23 11:38:38 +00:00
"@types/js-base64": "^2.1.5",
"@types/minimatch": "^2.0.29",
2017-06-15 15:52:22 +00:00
"@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"
2016-04-25 02:06:20 +00:00
},
"devDependencies": {
2017-06-15 15:52:22 +00:00
"tapbundle": "^1.0.14"
2016-04-25 02:06:20 +00:00
}
2016-04-24 21:47:26 +00:00
}