From 4cabba2561f55ee6d068d631e3272ff7bf984b37 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sun, 27 Mar 2022 02:17:26 -0600 Subject: Initial commit - a working dynamic loader with Express --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..0b7ed8b --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "bigblueisyou", + "version": "1.0.0", + "description": "Big Blue Is You!", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Logan Hunt", + "license": "ISC", + "dependencies": { + "express": "^4.17.3" + } +} -- cgit v1.2.3-70-g09d2