From 0e3bb39710e4f9e64bed9ab113fcb363aa9ef266 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 18 Mar 2021 09:09:05 -0500 Subject: Start Hw5 --- csci4131/hw5/strap012_hw5/package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 csci4131/hw5/strap012_hw5/package.json (limited to 'csci4131/hw5/strap012_hw5/package.json') diff --git a/csci4131/hw5/strap012_hw5/package.json b/csci4131/hw5/strap012_hw5/package.json new file mode 100755 index 0000000..90f2542 --- /dev/null +++ b/csci4131/hw5/strap012_hw5/package.json @@ -0,0 +1,11 @@ +{ + "name": "strap012_hw5", + "version": "1.0.0", + "description": "Assignment 5", + "main": "createServer.js", + "scripts": { + "test": "node createServer.js" + }, + "author": "strap012", + "license": "ISC" +} -- cgit v1.2.3