package.jsonView |
---|
| 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": "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 … | +} |