{ "name": "fuse-bindings", "version": "2.6.0", "description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api", "main": "index.js", "scripts": { "test": "standard && tape test/*.js" }, "gypfile": true, "dependencies": { "bindings": "^1.2.1", "nan": "^2.0.9", "xtend": "^4.0.0" }, "devDependencies": { "concat-stream": "^1.4.7", "standard": "^3.2.0", "tape": "^3.5.0" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/fuse-bindings.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/fuse-bindings/issues" }, "homepage": "https://github.com/mafintosh/fuse-bindings" }