Files: 623e9f14130748542fe75ed469e7f32a17b19b51 / package.json
710 bytesRaw
1 | { |
2 | "name": "ssb-reveal", |
3 | "version": "1.0.1", |
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