From 49be3994bdc4c857113af10bcdd4f5d6230e1f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Clet?= Date: Fri, 17 Apr 2020 12:17:41 +0200 Subject: [PATCH] added package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..da90c4c --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "A guide to live stream musical performances from home", + "version": "1.0.0", + "description": "This guide is intended for people wanting to live stream a musical performance from home. It provides informations for most kind of setups, from purely acoustic performances to more complex cases implying a DAW, an external sound card with connected instruments and mics.", + "main": "index.js", + "dependencies": { + "gitbook": "^6.14.2", + "gitbook-plugin-katex": "^1.1.4", + "katex": "^0.11.1", + "match-at": "^0.1.1" + }, + "repository": { + "type": "git", + "url": "https://git.tflcl.xyz/tfl/StreamingAudioPerformance.git" + }, + "author": "Théophile Clet", + "license": "ISC" +}