started structure

This commit is contained in:
2016-04-25 04:06:20 +02:00
parent 3a21584c70
commit f1babafd38
12 changed files with 247 additions and 1 deletions

View File

@@ -20,5 +20,15 @@
"bugs": {
"url": "https://github.com/pushrocks/smartssh/issues"
},
"homepage": "https://github.com/pushrocks/smartssh#readme"
"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"
}
}