mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
31 lines
756 B
JSON
31 lines
756 B
JSON
{
|
|
"name": "fuse-bindings",
|
|
"version": "1.1.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": "^1.7.0",
|
|
"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"
|
|
}
|