UNPKG

fs-plug

Version:

tcp server for simple file sharing

32 lines (31 loc) 689 B
{ "name": "fs-plug", "version": "0.3.0", "description": "tcp server for simple file sharing", "main": "index.js", "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "git+https://github.com/chiefbiiko/fs-plug.git" }, "keywords": [ "filesharing", "tcp" ], "author": "Noah Anabiik Schwarz", "license": "MIT", "bugs": { "url": "https://github.com/chiefbiiko/fs-plug/issues" }, "homepage": "https://github.com/chiefbiiko/fs-plug#readme", "devDependencies": { "tape": "^4.8.0" }, "dependencies": { "pump": "^3.0.0", "rimraf": "^2.6.3", "tar-fs": "^1.16.0" } }