{ "name": "ssb-ipfs-share", "version": "0.0.2", "description": "A cli for auto sharing ipfs links in scuttlebot feeds", "main": "index.js", "scripts": { "start": "node ./bin.js", "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.14.1", "defined": "^1.0.0", "ipfs-api": "^18.0.0", "is-ipfs": "^0.3.2", "leveldown": "^3.0.0", "levelup": "^2.0.2", "pull-cat": "^1.1.11", "pull-flatmap": "0.0.1", "pull-paramap": "^1.2.2", "pull-stream": "^3.6.1", "ssb-client": "^4.5.6", "ssb-config": "^2.2.0", "urijs": "^1.19.1" } }