git ssb

0+

dinoworm ๐Ÿ› / ssb-reveal



Tree: 7a7d480cfa2f27c3382f0b3397e39767d927e8bf

Files: 7a7d480cfa2f27c3382f0b3397e39767d927e8bf / package.json

710 bytesRaw
1{
2 "name": "ssb-reveal",
3 "version": "0.0.0",
4 "description": "reveal private scuttlebutt threads",
5 "main": "index.js",
6 "bin": "bin.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/ahdinosaur/ssb-reveal.git"
13 },
14 "keywords": [
15 "scuttlebutt",
16 "ssb"
17 ],
18 "author": "ahdinosaur",
19 "license": "Apache-2.0",
20 "bugs": {
21 "url": "https://github.com/ahdinosaur/ssb-reveal/issues"
22 },
23 "homepage": "https://github.com/ahdinosaur/ssb-reveal#readme",
24 "dependencies": {
25 "pull-stream": "^3.6.9",
26 "run-parallel": "^1.1.9",
27 "ssb-client": "^4.6.0",
28 "ssb-sort": "^1.1.0"
29 }
30}
31

Built with git-ssb-web