git ssb

0+

Dominic / ssb-peer-invites



Tree: c7bf4c2176c6338372080b861d88304cfe39b10a

Files: c7bf4c2176c6338372080b861d88304cfe39b10a / package.json

536 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 "ssb-keys": "^7.0.14"
12 },
13 "devDependencies": {
14 "ssb-validate": "^3.0.1",
15 "tape": "^4.8.0"
16 },
17 "scripts": {
18 "test": "set -e; for t in test/*.js; do node $t; done"
19 },
20 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
21 "license": "MIT"
22}
23

Built with git-ssb-web