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

31 lines
722 B

{
"name": "fuse-bindings",
"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 rebuild"
},
"gypfile": true,
"dependencies": {
"bindings": "^1.2.1",
"nan": "^1.7.0"
},
"devDependencies": {
"standard": "^3.0.0-beta3"
},
"scripts": {
"test": "standard"
},
"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"
}