git ssb

0+

mixmix / ssb-client-basic-tutorial



Tree: a6d1c96847d89a3d559508ed9c4443a8730a7145

Files: a6d1c96847d89a3d559508ed9c4443a8730a7145 / package.json

579 bytesRaw
1{
2 "name": "ssb-client-basic",
3 "version": "1.0.0",
4 "description": "",
5 "scripts": {
6 "test": "standard --fix"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/mixmix/ssb-client-basic.git"
11 },
12 "keywords": [],
13 "author": "mixmix",
14 "license": "AGPL-3.0",
15 "bugs": {
16 "url": "https://github.com/mixmix/ssb-client-basic/issues"
17 },
18 "homepage": "https://github.com/mixmix/ssb-client-basic#readme",
19 "dependencies": {
20 "pull-paramap": "^1.2.2",
21 "ssb-client": "^4.6.0"
22 },
23 "devDependencies": {
24 "standard": "^12.0.1"
25 }
26}
27

Built with git-ssb-web