smartssh/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

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",
"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": {
2016-11-23 11:38:38 +00:00
"@types/fs-extra": "0.0.35",
"@types/js-base64": "^2.1.5",
"@types/minimatch": "^2.0.29",
"@types/q": "0.0.32",
"@types/shelljs": "^0.3.33",
"beautylog": "^6.0.0",
"fs-extra": "^1.0.0",
"minimatch": "^3.0.3",
2016-06-25 00:53:05 +00:00
"q": "^1.4.1",
2016-11-23 11:38:38 +00:00
"shelljs": "^0.7.5",
"smartfile": "^4.1.0",
"smartpath": "^3.2.5",
"smartstring": "^2.0.22",
"typings-global": "^1.0.14"
2016-04-25 02:06:20 +00:00
},
"devDependencies": {
2016-11-23 11:38:38 +00:00
"@types/should": "^8.1.30",
"npmts-g": "^5.2.8",
"should": "^11.1.1",
"typings-test": "^1.0.3"
2016-04-25 02:06:20 +00:00
}
2016-04-24 21:47:26 +00:00
}