-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
34 lines (34 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "fuse-bindings",
"version": "2.11.2",
"description": "Fully maintained fuse bindings for Node that aims to cover the entire FUSE api",
"main": "index.js",
"scripts": {
"install": "node-gyp-build",
"test": "standard && tape test/*.js",
"prebuild": "prebuildify -a --strip",
"prebuild-ia32": "prebuildify -a --strip --arch=ia32"
},
"gypfile": true,
"dependencies": {
"nan": "^2.3.5",
"node-gyp-build": "^3.2.2",
"xtend": "^4.0.1"
},
"devDependencies": {
"concat-stream": "^1.4.7",
"prebuildify": "^2.4.3",
"standard": "^7.1.2",
"tape": "^4.6.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"
}