{ "name": "fuse-bindings", "version": "2.11.1", "description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api", "main": "index.js", "scripts": { "install": "prebuild --install", "test": "standard && tape test/*.js", "rebuild": "prebuild --compile", "prebuild": "prebuild --all --strip --verbose" }, "gypfile": true, "dependencies": { "bindings": "^1.2.1", "nan": "^2.3.5", "prebuild": "^4.2.2", "xtend": "^4.0.1" }, "devDependencies": { "concat-stream": "^1.4.7", "standard": "^7.1.2", "tape": "^4.6.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" }