From 579070cfca36e97c5698136f5dc0a87faf7e5b06 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 3 Oct 2018 02:24:31 -0600 Subject: [PATCH] Add package.json metadata --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..8fbd22e --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "CatholicCodeOfConduct", + "displayName": "Catholic Code of Conduct", + "version": "1.0.0", + "description": "An open source code of conduct that respects all people without tolerating abuse.", + "author": "Netsyms Technologies", + "license": "CC-BY-SA-4.0" +}