holesail-share
Version:
A P2P based node package to share files on the Holepunch protocol
39 lines (38 loc) • 899 B
JSON
{
"name": "holesail-share",
"version": "1.4.8",
"description": "A P2P based node package to share files on the Holepunch protocol",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holesail/holesail-share.git"
},
"keywords": [
"holesail",
"hyperdht",
"holepunch"
],
"author": "utkarsh",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/holesail/holesail-share/issues"
},
"homepage": "https://github.com/holesail/holesail-share#readme",
"dependencies": {
"crypto": "^1.0.1",
"express": "^4.19.2",
"graceful-goodbye": "^1.3.0",
"holesail-client": "^1.0.1",
"holesail-server": "*",
"hyperdht": "^6.13.1",
"minimist": "^1.2.8",
"multer": "^1.4.5-lts.1"
},
"bin": {
"holesail-share": "index.js"
},
"devDependencies": {}
}