You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fuse-friends_fuse-native/package.json

37 lines
993 B

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