mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
37 lines
993 B
JSON
37 lines
993 B
JSON
{
|
|
"name": "fuse-native",
|
|
"version": "1.1.1",
|
|
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"install": "node-gyp-build",
|
|
"test": "standard && tape test/*.js",
|
|
"prebuild": "prebuildify -a --strip",
|
|
"prebuild-ia32": "prebuildify -a --strip --arch=ia32"
|
|
},
|
|
"gypfile": true,
|
|
"dependencies": {
|
|
"fuse-shared-library": "^1.0.1",
|
|
"nan": "^2.13.2",
|
|
"napi-macros": "^1.8.2",
|
|
"node-gyp-build": "^3.2.2",
|
|
"xtend": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"concat-stream": "^1.4.7",
|
|
"prebuildify": "^2.4.3",
|
|
"standard": "^7.1.2",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fuse-friends/fuse-native.git"
|
|
},
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fuse-friends/fuse-native/issues"
|
|
},
|
|
"homepage": "https://github.com/fuse-friends/fuse-native"
|
|
}
|