Files: 1115c71b553c0e514a8b186b8bdd848b71644c16 / package.json
643 bytesRaw
1 | { |
2 | "name": "ssb-ipfs-share", |
3 | "version": "0.0.1", |
4 | "description": "A cli for auto sharing ipfs links in scuttlebot feeds", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://git.scuttlebot.io/" |
12 | }, |
13 | "keywords": [ |
14 | "ssb", |
15 | "scuttlebot", |
16 | "cli", |
17 | "ipfs" |
18 | ], |
19 | "author": "Clemens Burger <clemo@devcontrol.org>", |
20 | "license": "MIT", |
21 | "dependencies": { |
22 | "commander": "^2.12.2", |
23 | "defined": "^1.0.0", |
24 | "ipfs-api": "^17.2.5", |
25 | "pull-stream": "^3.6.1", |
26 | "ssb-client": "^4.5.2", |
27 | "urijs": "^1.19.0" |
28 | } |
29 | } |
30 |
Built with git-ssb-web