From: Carl Worth Date: Sun, 26 Apr 2020 21:46:22 +0000 (-0700) Subject: Add new package.json for the families app X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d97ca5ff7a512a4b03244dcf13c3a08c9c250c9e;p=empires-server Add new package.json for the families app This was generated with "npm init" (and accepting all defaults). --- d97ca5ff7a512a4b03244dcf13c3a08c9c250c9e 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" +}