UNPKG

file-transfer-library_server

Version:

A library for chunking and reconstructing files.

28 lines (27 loc) 552 B
{ "name": "file-transfer-library_server", "version": "1.0.0", "description": "A library for chunking and reconstructing files.", "main": "FileTransfer.js", "scripts": { "test": "echo \"No test specified\" && exit 0" }, "keywords": [ "file", "chunking", "reconstruction", "file transfer", "javascript" ], "author": "Akash", "license": "MIT", "repository": { "type": "git" }, "dependencies": { "crypto": "^1.0.1", "fs": "^0.0.1-security", "path": "^0.12.7" }, "devDependencies": {} }