fuse-shared-library-darwin-debug
Version:
A module containing the dylib needed to run FUSE on Mac (darwin).
22 lines (21 loc) • 569 B
JSON
{
"name": "fuse-shared-library",
"version": "0.0.0",
"description": "WIP - nothing to see here",
"main": "index.js",
"dependencies": {
"fuse-shared-library-darwin": "^1.0.0",
"napi-macros": "^1.8.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/fuse-shared-library.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/fuse-shared-library/issues"
},
"homepage": "https://github.com/mafintosh/fuse-shared-library"
}