-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.12 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "@cocalc/fuse-native",
"version": "2.4.1",
"description": "Node.js bindings for the FUSE api (Filesystem in Userspace)",
"main": "index.js",
"bin": {
"fuse-native": "./bin.js"
},
"scripts": {
"install": "node-gyp-build",
"test": "tape test/*.js",
"clean": "rm -rf node_modules build",
"prebuild": "prebuildify --napi --strip",
"prebuild-ia32": "prebuildify --napi --strip --arch=ia32",
"configure": "NODE=$(which node) && sudo -E $NODE ./bin.js configure || true"
},
"gypfile": true,
"dependencies": {
"nanoresource": "^1.3.0",
"napi-macros": "^2.0.0",
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"concat-stream": "^2.0.0",
"prebuildify": "^3.0.4",
"tape": "^4.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/fuse-native.git"
},
"author": " ()",
"contributors": [
{
"name": "Mathias Buus",
"email": "@mafintosh"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sagemathinc/fuse-native/issues"
},
"homepage": "https://github.com/sagemathinc/fuse-native"
}