Files: f81109ec165b59a9dafe1779b00333867763825b / package.json
464 bytesRaw
1 | { |
2 | "name": "ssb-contacts", |
3 | "description": "scuttlebot plugin for getting reduced 'contacts' state", |
4 | "version": "0.0.2", |
5 | "homepage": "https://github.com/ssbc/ssb-contacts", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/ssbc/ssb-contacts.git" |
9 | }, |
10 | "dependencies": { |
11 | "flumeview-reduce": "^1.1.0", |
12 | "ssb-ref": "^2.7.1" |
13 | }, |
14 | "devDependencies": {}, |
15 | "scripts": {}, |
16 | "author": "Secure Scuttlebutt Consortium", |
17 | "license": "MIT" |
18 | } |
19 |
Built with git-ssb-web