From 20dba29f9c01e6ff4142fc8dd73d7e7c33a42034 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 13 Apr 2021 14:22:16 -0500 Subject: start hw6 --- csci4131/hw6/strap012_hw6/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 csci4131/hw6/strap012_hw6/package.json (limited to 'csci4131/hw6/strap012_hw6/package.json') diff --git a/csci4131/hw6/strap012_hw6/package.json b/csci4131/hw6/strap012_hw6/package.json new file mode 100644 index 0000000..fb99a59 --- /dev/null +++ b/csci4131/hw6/strap012_hw6/package.json @@ -0,0 +1,14 @@ +{ + "name": "strap012_hw6", + "version": "1.0.0", + "description": "Assignment 6", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "strap012", + "license": "ISC", + "dependencies": { + "express": "^4.17.1" + } +} -- cgit v1.2.3