{ "name": "ssb-dat-autoshare", "version": "0.0.3", "description": "A cli for auto sharing dat links 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 ", "license": "MIT", "bugs": { "url": "https://github.com/arj03/ssb-dat-share/issues" }, "homepage": "https://github.com/arj03/ssb-dat-share", "dependencies": { "pull-stream": "^2.28.4", "ssb-client": "^3.0.1", "dat-node": "^3.5.3", "commander": "^2.9.0", "urijs": "^1.18.12" } }