git ssb

0+

mixmix / patchbay-scry



Tree: 462c60502f8c45618c08ea0232132580d5801964

Files: 462c60502f8c45618c08ea0232132580d5801964 / package.json

1046 bytesRaw
1{
2 "name": "patchbay-scry",
3 "version": "0.1.0",
4 "description": "figure out a meeting time with friends, (like doodle, but for scuttlebutt)",
5 "main": "plugs/index.js",
6 "scripts": {
7 "lint": "standard --fix",
8 "test": "standard"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/mixmix/patchbay-scry.git"
13 },
14 "keywords": [
15 "scry",
16 "scuttlebutt",
17 "doodle",
18 "meeting",
19 "gathering"
20 ],
21 "author": "mixmix",
22 "license": "AGPL-3.0",
23 "bugs": {
24 "url": "https://github.com/mixmix/patchbay-scry/issues"
25 },
26 "homepage": "https://github.com/mixmix/patchbay-scry#readme",
27 "dependencies": {
28 "depject": "^4.1.1",
29 "depnest": "^1.3.0",
30 "marama": "^1.2.2",
31 "mutant": "^3.22.1",
32 "read-directory": "^3.0.0",
33 "scuttle-poll": "^1.3.3"
34 },
35 "devDependencies": {
36 "electro": "^2.1.1",
37 "electron": "^2.0.7",
38 "micro-css": "^2.0.1",
39 "pull-stream": "^3.6.9",
40 "scuttle-testbot": "^1.1.6",
41 "ssb-backlinks": "^0.7.3",
42 "standard": "^11.0.1"
43 }
44}
45

Built with git-ssb-web