UNPKG

vfs

Version:

Experimental SFTP over WebSockets filesystem client running on top of SSHFS

31 lines 611 B
{ "name": "vfs", "version": "0.2.2", "description": "Experimental SFTP over WebSockets filesystem client running on top of SSHFS", "main": "./index.js", "bin": { "vfs": "./bin/vfs.js" }, "engines": { "node": ">=0.10.0" }, "author": { "name": "Lukas Pokorny", "email": "lukas@nuane.com", "url": "http://lukas.pokorny.eu/" }, "dependencies": { "sftp-ws": "~0.7.0", "minish": "^0.5.4" }, "keywords": [ "SFTP", "filesystem", "FUSE" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lukaaash/vfs.git" } }