{ "name": "ssb-ipfs-share", "version": "0.0.1", "description": "A cli for auto sharing ipfs links in scuttlebot feeds", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://git.scuttlebot.io/" }, "keywords": [ "ssb", "scuttlebot", "cli", "ipfs" ], "author": "Clemens Burger ", "license": "MIT", "dependencies": { "commander": "^2.12.2", "defined": "^1.0.0", "ipfs-api": "^17.2.5", "pull-stream": "^3.6.1", "ssb-client": "^4.5.2", "urijs": "^1.19.0" } }