]> git.cworth.org Git - empires-server/commitdiff
Add new package.json for the families app
authorCarl Worth <cworth@cworth.org>
Sun, 26 Apr 2020 21:46:22 +0000 (14:46 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 26 Apr 2020 21:46:22 +0000 (14:46 -0700)
This was generated with "npm init" (and accepting all defaults).

package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..a78e3aa
--- /dev/null
@@ -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"
+}