smartssh/package.json

40 lines
881 B
JSON
Raw Normal View History

2016-04-24 21:47:26 +00:00
{
"name": "smartssh",
2016-06-01 03:18:08 +00:00
"version": "1.0.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://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": {
2016-06-13 21:26:36 +00:00
"beautylog": "^5.0.10",
"fs-extra": "^0.30.0",
2016-04-25 02:06:20 +00:00
"js-base64": "^2.1.9",
2016-06-13 22:27:55 +00:00
"minimatch": "^3.0.0",
"smartfile": "^3.0.10",
2016-06-01 00:31:29 +00:00
"smartpath": "^3.2.2",
"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
}