git ssb

0+

Dominic / yap-gatherings



Tree: 37d41ff61b662f01ec14293463dbe5afff14adf0

Files: 37d41ff61b662f01ec14293463dbe5afff14adf0 / package.json

551 bytesRaw
1{
2 "name": "yap-gatherings",
3 "description": "",
4 "version": "1.0.0",
5 "homepage": "https://github.com/dominictarr/yap-gatherings",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/yap-gatherings.git"
9 },
10 "dependencies": {
11 "pull-stream": "^3.6.9",
12 "ssb-sort": "^1.1.0"
13 },
14 "devDependencies": {
15 "ssb-client": "^4.6.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> (http://dominictarr.com)",
21 "license": "MIT"
22}
23

Built with git-ssb-web