git ssb

0+

Dominic / ssb-peer-invites



Tree: 01848051f7ae17dff5c454e94d433a5c61d76dfa

Files: 01848051f7ae17dff5c454e94d433a5c61d76dfa / package.json

625 bytesRaw
1{
2 "name": "user-invites",
3 "description": "",
4 "version": "1.0.0",
5 "homepage": "https://github.com/dominictarr/user-invites",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/user-invites.git"
9 },
10 "dependencies": {
11 "flumeview-reduce": "^1.3.12",
12 "ssb-keys": "^7.0.14",
13 "ssb-ref": "^2.9.1"
14 },
15 "devDependencies": {
16 "scuttlebot": "^10.5.0",
17 "ssb-validate": "^3.0.1",
18 "tape": "^4.8.0"
19 },
20 "scripts": {
21 "test": "set -e; for t in test/*.js; do node $t; done"
22 },
23 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
24 "license": "MIT"
25}
26

Built with git-ssb-web