1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
fuse-friends_fuse-native/package.json
Lars-Magnus Skog dba45d84ab Bumped to 2.8.1
2016-01-18 23:50:32 +01:00

35 lines
908 B
JSON

{
"name": "fuse-bindings",
"version": "2.8.1",
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
"main": "index.js",
"scripts": {
"install": "prebuild --install",
"test": "standard && tape test/*.js",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
},
"gypfile": true,
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.9",
"prebuild": "^2.8.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"concat-stream": "^1.4.7",
"standard": "^3.2.0",
"tape": "^3.5.0"
},
"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"
}