ssb-dat-autoshare
Version:
A cli and ssb-server plugin for auto sharing dat links in scuttlebot feeds
34 lines (33 loc) • 832 B
JSON
{
"name": "ssb-dat-autoshare",
"version": "1.0.4",
"description": "A cli and ssb-server plugin for auto sharing dat links in scuttlebot feeds",
"main": "export-data.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arj03/ssb-dat-share.git"
},
"keywords": [
"ssb",
"scuttlebot",
"exporter",
"cli"
],
"author": "Anders Rune Jensen <arj03@protonmail.ch>",
"license": "Beerware",
"bugs": {
"url": "https://github.com/arj03/ssb-dat-share/issues"
},
"homepage": "https://github.com/arj03/ssb-dat-share",
"dependencies": {
"commander": "^2.20.0",
"dat-node": "^3.5.15",
"mkdirp": "^0.5.1",
"pull-stream": "^3.6.9",
"ssb-client": "^4.7.2",
"urijs": "^1.19.1"
}
}