UNPKG

sonofs

Version:

sono nodejs distributed file system

23 lines 531 B
{ "name": "sonofs", "version": "0.1.5", "main": "./index", "repository": { "type": "git", "url": "https://github.com/sorrymeika/sonofs.git" }, "keywords": [ "distributed file system", "network file system" ], "devDependencies": { "eslint": "^6.2.2" }, "dependencies": {}, "scripts": { "start": "npx supervisor scripts/start.js", "server": "npx supervisor scripts/server.js", "slave": "npx supervisor scripts/slave.js", "registry": "npx supervisor scripts/registry.js" } }