From d97ca5ff7a512a4b03244dcf13c3a08c9c250c9e Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Sun, 26 Apr 2020 14:46:22 -0700
Subject: [PATCH] Add new package.json for the families app

This was generated with "npm init" (and accepting all defaults).
---
 package.json | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a78e3aa
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+  "name": "families",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "",
+  "license": "ISC"
+}
-- 
2.45.2