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

35 lines
908 B

10 years ago
{
"name": "fuse-bindings",
8 years ago
"version": "2.9.0",
10 years ago
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
"main": "index.js",
"scripts": {
9 years ago
"install": "prebuild --install",
"test": "standard && tape test/*.js",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
10 years ago
},
"gypfile": true,
"dependencies": {
"bindings": "^1.2.1",
8 years ago
"nan": "^2.3.5",
"prebuild": "^4.2.2",
"xtend": "^4.0.1"
10 years ago
},
10 years ago
"devDependencies": {
10 years ago
"concat-stream": "^1.4.7",
8 years ago
"standard": "^7.1.2",
"tape": "^4.6.0"
10 years ago
},
10 years ago
"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"
}