forked from bcle/fuse4js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 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
{
"name": "fuse4js",
"version": "0.1.9",
"author": {
"name": "Bich C. Le",
"email": "[email protected]"
},
"description": "FUSE bindings for node.js",
"repository": {
"type": "git",
"url": "git://github.com/vmware/fuse4js.git"
},
"homepage": "https://github.com/vmware/fuse4js",
"keywords": [
"fuse",
"filesystem",
"file system"
],
"engines": {
"node": ">=0.8.6"
},
"main": "./build/Release/fuse4js.node",
"dependencies": {
},
"scripts": {
"install": "node-gyp rebuild"
},
"devDependencies": {},
"optionalDependencies": {},
"readme": "# Fuse4js\nThis native add-on supplies bindings to the [FUSE subsystem](http://fuse.sourceforge.net/). It allows you to write user-space file systems in Javascript. For more information, please see the [README from the github page](https://github.com/vmware/fuse4js#readme)\n"
}