mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
commit
8399ef396c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ node_modules
|
||||
build
|
||||
deps/
|
||||
npm-debug.log
|
||||
prebuilds/
|
||||
|
@ -4,12 +4,16 @@
|
||||
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "standard && tape test/*.js"
|
||||
"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": {
|
||||
|
Loading…
Reference in New Issue
Block a user