git ssb

0+

mixmix / ssb-client-basic-tutorial



Tree: 20f85b8d98278bf1dd978dcd5e2d2ce0ceed922b

Files: 20f85b8d98278bf1dd978dcd5e2d2ce0ceed922b / package.json

653 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 "electro": "^2.1.1",
21 "electron": "^3.0.4",
22 "pull-paramap": "^1.2.2",
23 "ssb-client": "^4.6.0",
24 "yo-yo": "^1.4.1"
25 },
26 "devDependencies": {
27 "standard": "^12.0.1"
28 }
29}
30

Built with git-ssb-web