first working prototype
{ | ||
"name": "ldpfuse", | ||
"version": "0.0.1", | ||
"description": "FUSE driver to interface with LDP servers", | ||
"main": "src/fsHandler.js", | ||
"name": "factfuse", | ||
"version": "0.1.0", | ||
"description": "FUSE driver to interface with LDP servers and manage provenance information according to the FactDAG Model.", | ||
"main": "src/fileSystemHandler.ts", | ||
"dependencies": { | ||
"@i5/factlib.js": "^0.1.1", | ||
"@nodegui/nodegui": "^0.22.0", | ||
... | ... |
Please register or sign in to comment