Files: 7a6e1a0a968a0758f38993c9214cc21ac0d500f4 / package.json
931 bytesRaw
1 | { |
2 | "name": "patchbay-scry", |
3 | "version": "0.0.1", |
4 | "description": "figure out a meeting time with friends, (like doodle, but for scuttlebutt)", |
5 | "main": "plugs/index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/mixmix/patchbay-scry.git" |
12 | }, |
13 | "keywords": [ |
14 | "scry", |
15 | "scuttlebutt", |
16 | "doodle", |
17 | "meeting", |
18 | "gathering" |
19 | ], |
20 | "author": "mixmix", |
21 | "license": "AGPL-3.0", |
22 | "bugs": { |
23 | "url": "https://github.com/mixmix/patchbay-scry/issues" |
24 | }, |
25 | "homepage": "https://github.com/mixmix/patchbay-scry#readme", |
26 | "dependencies": { |
27 | "depject": "^4.1.1", |
28 | "depnest": "^1.3.0", |
29 | "marama": "^1.2.1", |
30 | "mutant": "^3.22.1", |
31 | "read-directory": "^3.0.0", |
32 | "scuttle-poll": "^1.2.1" |
33 | }, |
34 | "devDependencies": { |
35 | "electro": "^2.1.1", |
36 | "electron": "^2.0.7", |
37 | "micro-css": "^2.0.1" |
38 | } |
39 | } |
40 |
Built with git-ssb-web