git ssb

0+

clemo / ssb-ipfs-share



forked from arj / dat-share

Tree: 1071bfd3ef35fb108626276bc967d1478e72f702

Files: 1071bfd3ef35fb108626276bc967d1478e72f702 / package.json

808 bytesRaw
1{
2 "name": "ssb-ipfs-share",
3 "version": "0.0.2",
4 "description": "A cli for auto sharing ipfs links in scuttlebot feeds",
5 "main": "index.js",
6 "scripts": {
7 "start": "node ./bin.js",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://git.scuttlebot.io/"
13 },
14 "keywords": [
15 "ssb",
16 "scuttlebot",
17 "cli",
18 "ipfs"
19 ],
20 "author": "Clemens Burger <clemo@devcontrol.org>",
21 "license": "MIT",
22 "dependencies": {
23 "commander": "^2.14.1",
24 "defined": "^1.0.0",
25 "ipfs-api": "^18.0.0",
26 "is-ipfs": "^0.3.2",
27 "leveldown": "^3.0.0",
28 "levelup": "^2.0.2",
29 "pull-cat": "^1.1.11",
30 "pull-flatmap": "0.0.1",
31 "pull-paramap": "^1.2.2",
32 "pull-stream": "^3.6.1",
33 "ssb-client": "^4.5.6",
34 "ssb-config": "^2.2.0",
35 "urijs": "^1.19.1"
36 }
37}
38

Built with git-ssb-web