From c292701f50d323ac2e1f85c280bba42372d4a543 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Tue, 18 Dec 2018 11:48:16 -0700 Subject: [PATCH] Initial Commit --- .gitignore | 1 + README.md | Bin 0 -> 1180 bytes package.json | 9 +++++++++ 3 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bca51b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4399c5d589aed0206da0bf98cfd7c9abc6da8ebd GIT binary patch literal 1180 zcmZ{kK~KU!5QXP#;(yqLgNYHjdsB%gO^p14q6;*DMJN#b@#^G< zC<|6)d!hsz+KWBGeA4)Ld8mpC)R>%s+$;AiP$9B)e&Dwt-@$W4=ao6#;ZfpI6Tbu# z$Q5nJd-Uv?kt+IdY^qHWrL^jN^*UBf6$9s4U{RF=c7;vsvW{Jr$~ryaG_vJU0comk z)l?;|q*-R9*o$LrUA0C8g7<7|7p`b_Tc&^4Wxz? zR_7F7yrpZ46~p%SoL181JUV(xw{%<9WY;W4o>_fO!ID$mE2;aR>YCXKWB?_9;dPVR z3NI-&*;O)vTsbp!^b{rCCY+{QrW=y}5tLENY7XR6 TINNlyQa8j=m8d%lVu;%hUBJt# literal 0 HcmV?d00001 diff --git a/package.json b/package.json new file mode 100644 index 0000000..69027c2 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "little-library", + "version": "0.0.0", + "description": "A digital give-a-book, take-a-book library for ebooks", + "main": "index.js", + "repository": "https://github.com/Alamantus/little-library.git", + "author": "Robbie Antenesse ", + "license": "MIT" +}