Files: bff5b4a95a6ebf44e5d49f3afb5a259cd6da14d2 / package.json
664 bytesRaw
1 | { |
2 | "name": "ssb-server-actual-friends", |
3 | "version": "1.0.0", |
4 | "description": "", |
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/mixmix/ssb-server-actual-friends.git" |
12 | }, |
13 | "keywords": [ |
14 | "scuttlebutt", |
15 | "p2p" |
16 | ], |
17 | "author": "", |
18 | "license": "ISC", |
19 | "bugs": { |
20 | "url": "https://github.com/mixmix/ssb-server-actual-friends/issues" |
21 | }, |
22 | "homepage": "https://github.com/mixmix/ssb-server-actual-friends#readme", |
23 | "dependencies": { |
24 | "flumeview-reduce": "^1.3.12", |
25 | "lodash": "^4.17.4", |
26 | "pull-stream": "^3.6.1" |
27 | } |
28 | } |
29 |
Built with git-ssb-web