Initial Commit

This commit is contained in:
Robbie Antenesse 2018-12-18 11:48:16 -07:00
commit c292701f50
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

BIN
README.md Normal file

Binary file not shown.

9
package.json Normal file
View File

@ -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 <dev@alamantus.com>",
"license": "MIT"
}