From 4c1ed5ccef0af540a665f0a06195ceb2845b1a1c Mon Sep 17 00:00:00 2001
From: Yuriy Maksymets <iurii.maksymets@gmail.com>
Date: Wed, 9 Oct 2019 15:41:19 +0100
Subject: [PATCH] Created package.json

---
 package.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ad1a8b8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+  "name": "drawing-app",
+  "version": "0.1.0",
+  "description": "CRDT-based p2p Drawing Application",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://gitlab.doc.ic.ac.uk/sweng-group-15/drawing-app.git"
+  },
+  "author": "sweng-group-15",
+  "license": "MIT"
+}
-- 
GitLab