aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/hw5/strap012_hw5/package.json
blob: 90f2542e668edea8b9f8ec1993070facf1b8fd9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "strap012_hw5",
  "version": "1.0.0",
  "description": "Assignment 5",
  "main": "createServer.js",
  "scripts": {
    "test": "node createServer.js"
  },
  "author": "strap012",
  "license": "ISC"
}