1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-09-29 22:50:43 +00:00
fuse-friends_fuse-native/package.json

36 lines
976 B
JSON
Raw Normal View History

2019-07-24 14:52:17 +00:00
{
"name": "fuse-native",
"version": "0.0.0",
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
"main": "index.js",
"scripts": {
"install": "node-gyp-build",
2019-08-06 08:55:08 +00:00
"test": "tape test/*.js",
2019-07-24 14:52:17 +00:00
"prebuild": "prebuildify -a --strip",
"prebuild-ia32": "prebuildify -a --strip --arch=ia32"
},
"gypfile": true,
"dependencies": {
"fuse-shared-library": "^1.0.1",
2019-08-06 08:55:08 +00:00
"nanoresource": "^1.2.0",
2019-07-24 14:52:17 +00:00
"napi-macros": "^2.0.0",
2019-08-06 08:55:08 +00:00
"node-gyp-build": "^3.2.2",
"why-is-node-running": "^2.1.0"
2019-07-24 14:52:17 +00:00
},
2019-08-01 12:24:01 +00:00
"devDependencies": {
"concat-stream": "^2.0.0",
"standard": "^13.1.0",
"tape": "^4.11.0"
},
2019-07-24 14:52:17 +00:00
"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"
}