UNPKG

sshfs-node

Version:

Help to mount remote filesystem through ssh.

29 lines 806 B
{ "name": "sshfs-node", "description": "Help to mount remote filesystem through ssh.", "version": "0.0.7", "author": "Charles Bourasseau <charles.bourasseau@gmail.com>", "contributors": [ ], "dependencies": { "coffee-script": ">= 1.3.3" }, "devDependencies": { "vows": ">= 0.6.2" , "wrench": ">= 1.3.7" , "underscore": ">= 1.3.1" , "markdox": ">= 0.0.10" }, "keywords": ["sshfs", "filesystem", "ssh", "remote"], "repository": { "type": "git", "url": "git@github.com:cbou/sshfs-node.git" }, "main": "index", "license": "MIT", "scripts": { "test": "./node_modules/vows/bin/vows test/*-test.coffee --spec" , "documentation": "./node_modules/markdox/bin/markdox -o doc/api.md lib/sshfs-node.coffee" }, "engines": { "node": ">= 0.6.8" } }