Files: e8abaef0cdb1e98c6610e0ff0db2c36145877d4a / package.json
953 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 | "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.2.1" |
34 | }, |
35 | "devDependencies": { |
36 | "electro": "^2.1.1", |
37 | "electron": "^2.0.7", |
38 | "micro-css": "^2.0.1", |
39 | "standard": "^11.0.1" |
40 | } |
41 | } |
42 |
Built with git-ssb-web