diff options
Diffstat (limited to 'OLD/csci4131/hw5/strap012_hw5/package.json')
-rw-r--r-- | OLD/csci4131/hw5/strap012_hw5/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OLD/csci4131/hw5/strap012_hw5/package.json b/OLD/csci4131/hw5/strap012_hw5/package.json new file mode 100644 index 0000000..90f2542 --- /dev/null +++ b/OLD/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" +} |