-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 825 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "loopback-storage-sftp-provider",
"version": "1.0.10",
"description": "SFTP provider for loopback-component-storage (Loopback 3 framework)",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/itrambovetskyi/loopback-storage-sftp-provider.git"
},
"keywords": [
"sftp",
"loopback",
"storage",
"loopback-component-storage",
"provider",
"strongloop"
],
"author": "itrambovetskyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/itrambovetskyi/loopback-storage-sftp-provider/issues"
},
"homepage": "https://github.com/itrambovetskyi/loopback-storage-sftp-provider#readme",
"dependencies": {
"debug": "^4.1.1",
"pkgcloud": "^1.7.0",
"ssh2-connect": "^2.0.4",
"ssh2-fs": "^0.3.6"
}
}