Files: 0c7755411f8a66ec4c51b29ae056a1b8eb608cc5 / package.json
691 bytesRaw
1 | { |
2 | "name": "ssb-reveal", |
3 | "version": "0.0.0", |
4 | "description": "reveal private scuttlebutt threads", |
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://github.com/ahdinosaur/ssb-reveal.git" |
12 | }, |
13 | "keywords": [ |
14 | "scuttlebutt", |
15 | "ssb" |
16 | ], |
17 | "author": "ahdinosaur", |
18 | "license": "Apache-2.0", |
19 | "bugs": { |
20 | "url": "https://github.com/ahdinosaur/ssb-reveal/issues" |
21 | }, |
22 | "homepage": "https://github.com/ahdinosaur/ssb-reveal#readme", |
23 | "dependencies": { |
24 | "pull-stream": "^3.6.9", |
25 | "run-parallel": "^1.1.9", |
26 | "ssb-client": "^4.6.0", |
27 | "ssb-sort": "^1.1.0" |
28 | } |
29 | } |
30 |
Built with git-ssb-web